@@ -19,7 +19,7 @@
// Make the build an AMD module.
// https://github.com/amdjs/amdjs-api/wiki/AMD#defineamd-property-
if ( typeof define == 'function' && define.amd ) {
- define( [], function() {
+ define( function() {
return root.CKEDITOR;
} );
}