correct undefined reference

This commit is contained in:
ansuz 2016-06-30 14:47:37 +02:00
parent c4667505c7
commit ec0dba3f7c

View File

@ -59,7 +59,7 @@ define([
} }
CodeMirror.autoLoadMode(editor, mode); CodeMirror.autoLoadMode(editor, mode);
editor.setOption('mode', mode); editor.setOption('mode', mode);
if ($select && select.val) { $select.val(mode); } if ($select && $select.val) { $select.val(mode); }
}; };