Explorar o código

Removed an unnecessary argument passed to define().

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
ef856f4fec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/build/start.frag

+ 1 - 1
src/build/start.frag

@@ -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;
 		} );
 	}