JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / forms / dialogs / select.js
index 8ec81c4..228a05e 100644 (file)
@@ -73,7 +73,7 @@ CKEDITOR.dialog.add( 'select', function( editor )
        function removeAllOptions( combo )\r
        {\r
                combo = getSelect( combo );\r
-               while( combo.getChild( 0 ) && combo.getChild( 0 ).remove() )\r
+               while ( combo.getChild( 0 ) && combo.getChild( 0 ).remove() )\r
                { /*jsl:pass*/ }\r
        }\r
        // Moves the selected option by a number of steps (also negative).\r
@@ -162,7 +162,7 @@ CKEDITOR.dialog.add( 'select', function( editor )
                        if ( isInsertMode )\r
                        {\r
                                editor.insertElement(element);\r
-                               if( CKEDITOR.env.ie )\r
+                               if ( CKEDITOR.env.ie )\r
                                {\r
                                        var sel = editor.getSelection(),\r
                                                bms = sel.createBookmarks();\r