Unify the codemirror imports

Steven Silvester 10 years ago
parent 4e359c921f
commit 01ffff73dd

@ -38,7 +38,9 @@ var commonConfig = {
bootstrap: '$',
bootstraptour: 'Tour',
'jquery-ui': '$',
typeahead: '$.typeahead'
typeahead: '$.typeahead',
'codemirror/lib/codemirror': "commonjs codemirror/lib/codemirror",
'codemirror/mode/meta': 'commonjs codemirror/mode/meta'
}
};

Loading…
Cancel
Save