Skip to content

Instantly share code, notes, and snippets.

@huanle0610
Created May 28, 2017 08:03
Show Gist options
  • Save huanle0610/9014524be817b12409fb78f1b54e2baa to your computer and use it in GitHub Desktop.
Save huanle0610/9014524be817b12409fb78f1b54e2baa to your computer and use it in GitHub Desktop.
Ext.Loader.loadScript({
url: ['resources/codemirror-5.26.0/lib/codemirror.js', 'resources/codemirror-5.26.0/lib/codemirror.css'],
onLoad: function () {
console.log('load ok', arguments);
},
onError: function () {
console.error('load error', arguments);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment