瀏覽代碼

Added reference to avoid newbies confusion.

fredck 11 年之前
父節點
當前提交
2c89d5da34
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;