mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
ext.CodeMirror.loader is unused, remove
Change-Id: I2b51fb2e4e20fef088503567ba0cf818a1d2c857
This commit is contained in:
parent
28a9dd7fac
commit
a749945897
|
@ -21,9 +21,6 @@
|
|||
"CodeMirrorHooks": "CodeMirror.hooks.php"
|
||||
},
|
||||
"ResourceModules": {
|
||||
"ext.CodeMirror.loader": {
|
||||
"loaderScripts": "ext.CodeMirror.loader.js"
|
||||
},
|
||||
"ext.CodeMirror": {
|
||||
"dependencies": [
|
||||
"ext.CodeMirror.lib",
|
||||
|
|
|
@ -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 ) );
|
Loading…
Reference in a new issue