ext.CodeMirror.loader is unused, remove

Change-Id: I2b51fb2e4e20fef088503567ba0cf818a1d2c857
This commit is contained in:
Max Semenik 2017-08-03 17:54:28 -07:00
parent 28a9dd7fac
commit a749945897
2 changed files with 0 additions and 10 deletions

View file

@ -21,9 +21,6 @@
"CodeMirrorHooks": "CodeMirror.hooks.php"
},
"ResourceModules": {
"ext.CodeMirror.loader": {
"loaderScripts": "ext.CodeMirror.loader.js"
},
"ext.CodeMirror": {
"dependencies": [
"ext.CodeMirror.lib",

View file

@ -1,7 +0,0 @@
( function ( mw ) {
var config = mw.config.get( 'extCodeMirrorConfig' );
if ( config.pluginModules && config.pluginModules.length > 0 ) {
mw.loader.load( config.pluginModules );
}
}( mediaWiki ) );