lint compliance
This commit is contained in:
@@ -362,7 +362,7 @@ define([
|
|||||||
editor.setOption('indentWithTabs', useTabs);
|
editor.setOption('indentWithTabs', useTabs);
|
||||||
if (!useTabs) {
|
if (!useTabs) {
|
||||||
editor.setOption("extraKeys", {
|
editor.setOption("extraKeys", {
|
||||||
Tab: function(cm) {
|
Tab: function() {
|
||||||
editor.replaceSelection(Array(units + 1).join(" "));
|
editor.replaceSelection(Array(units + 1).join(" "));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user