Bug 999299 - Remove '[]' from the autoCloseBrackets config for Style Editor sourceeditor;r=mratcliffe

This commit is contained in:
Brian Grinstead 2015-04-21 08:17:45 -07:00
parent 813d092575
commit faeefa4148

View File

@ -376,7 +376,7 @@ StyleSheetEditor.prototype = {
lineNumbers: true,
mode: Editor.modes.css,
readOnly: false,
autoCloseBrackets: "{}()[]",
autoCloseBrackets: "{}()",
extraKeys: this._getKeyBindings(),
contextMenu: "sourceEditorContextMenu",
autocomplete: Services.prefs.getBoolPref(AUTOCOMPLETION_PREF),