JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / plugins / popup / plugin.js
index fb7f2c4..a2e1f33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -54,7 +54,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype,
                        popupWindow.focus();\r
                        popupWindow.location.href = url;\r
                }\r
-               catch (e)\r
+               catch ( e )\r
                {\r
                        popupWindow = window.open( url, null, options, true );\r
                }\r