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