mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
Merge "Remove leading spaces"
This commit is contained in:
commit
36dbd245f0
|
@ -31,8 +31,8 @@ class ResourceLoaderCodeMirrorModule extends ResourceLoaderFileModule {
|
||||||
return ResourceLoader::makeConfigSetScript(
|
return ResourceLoader::makeConfigSetScript(
|
||||||
[ 'extCodeMirrorConfig' => $this->getFrontendConfiguraton() ]
|
[ 'extCodeMirrorConfig' => $this->getFrontendConfiguraton() ]
|
||||||
)
|
)
|
||||||
. "\n"
|
. "\n"
|
||||||
. parent::getScript( $context );
|
. parent::getScript( $context );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue