add comment about codemirror.modeURL

Matthias Bussonnier 12 years ago
parent c183aa5fe6
commit 3de3ef9add

@ -548,6 +548,7 @@ define([
return;
}
require([
// might want to use CodeMirror.modeURL here
['codemirror/mode', mode, mode].join('/'),
], callback, errback
);

Loading…
Cancel
Save