X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fpopup%2Fplugin.js;h=a2e1f33471c5b900c7cfab7c336e2e5a0dfa7ccd;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=fb7f2c4d2822f66f390bf81a6efc0a951874b27b;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/_source/plugins/popup/plugin.js b/_source/plugins/popup/plugin.js index fb7f2c4..a2e1f33 100644 --- a/_source/plugins/popup/plugin.js +++ b/_source/plugins/popup/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -54,7 +54,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, popupWindow.focus(); popupWindow.location.href = url; } - catch (e) + catch ( e ) { popupWindow = window.open( url, null, options, true ); }