JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.3.2_full
[ckeditor.git] / samples / sample.js
index 5a486de..b25482d 100644 (file)
@@ -1,12 +1,12 @@
 /**\r
- * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.\r
  * For licensing, see LICENSE.md or http://ckeditor.com/license\r
  */\r
 \r
 // Tool scripts for the sample pages.\r
 // This file can be ignored and is not required to make use of CKEditor.\r
 \r
-(function() {\r
+( function() {\r
        CKEDITOR.on( 'instanceReady', function( ev ) {\r
                // Check for sample compliance.\r
                var editor = ev.editor,\r
@@ -47,4 +47,4 @@
 \r
                }\r
        } );\r
-})();\r
+} )();\r