Remove eslint-disable-next-line no-use-before-define

Since 7ac2322 this is not needed anymore.

Change-Id: I4cc5ea402286e418b30fd9ddba72c7ef434fbcb2
This commit is contained in:
Fomafix 2017-11-25 23:06:58 +01:00
parent 99b919f626
commit 394a8b7183

View file

@ -396,7 +396,6 @@
$textbox1.prop( 'selectionEnd', selectionEnd );
$textbox1.scrollTop( scrollTop );
} else {
// eslint-disable-next-line no-use-before-define
enableCodeMirror();
setCodeEditorPreference( true );
}