X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=samples%2Fsample.js;h=b25482d3adf34fc9e5d4e6ff1c45d9057ff0c778;hp=5a486ded0768354a7ed5d18cbf9e01d8e0269960;hb=aedb6521c23a81ccb889827a7ccc7b42eb93d14f;hpb=d330efeb22fbe5f5883c29ff0149f7b5a0040bbc diff --git a/samples/sample.js b/samples/sample.js index 5a486de..b25482d 100644 --- a/samples/sample.js +++ b/samples/sample.js @@ -1,12 +1,12 @@ /** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // Tool scripts for the sample pages. // This file can be ignored and is not required to make use of CKEditor. -(function() { +( function() { CKEDITOR.on( 'instanceReady', function( ev ) { // Check for sample compliance. var editor = ev.editor, @@ -47,4 +47,4 @@ } } ); -})(); +} )();