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