Parcourir la source

Added reference to avoid newbies confusion.

fredck il y a 11 ans
Parent
commit
2c89d5da34
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/build/start.frag

+ 1 - 0
src/build/start.frag

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