1
0
فهرست منبع

"exports" section for codemirror lib itself

AMD loader uses this to detect when the library is loaded
Herbert Vojčík 10 سال پیش
والد
کامیت
57014da163
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      codemirror3.amd.json

+ 2 - 1
codemirror3.amd.json

@@ -4,7 +4,8 @@
     },
     "shim": {
         "codemirror3/lib/codemirror": {
-            "deps": [ "css!codemirror3/lib/codemirror" ]
+            "deps": [ "css!codemirror3/lib/codemirror" ],
+            "exports": "CodeMirror"
         },
         "codemirror3/mode/smalltalk/smalltalk": {
             "deps": [ "../../lib/codemirror" ]