|
@@ -17,6 +17,7 @@
|
|
|
root.CKEDITOR = factory();
|
|
root.CKEDITOR = factory();
|
|
|
|
|
|
|
|
// Make the build an AMD module.
|
|
// Make the build an AMD module.
|
|
|
|
|
+ // 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;
|