Upgraded to brace v0.7.0
This commit is contained in:
parent
32adb1324e
commit
03c82ba38f
|
@ -21,7 +21,7 @@
|
|||
"test": "mocha test"
|
||||
},
|
||||
"dependencies": {
|
||||
"brace": "^0.4.1"
|
||||
"brace": "0.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.8.11",
|
||||
|
|
|
@ -131,6 +131,7 @@ textmode.create = function (container, options) {
|
|||
this.content.appendChild(this.editorDom);
|
||||
|
||||
var editor = _ace.edit(this.editorDom);
|
||||
editor.$blockScrolling = Infinity;
|
||||
editor.setTheme(this.theme);
|
||||
editor.setShowPrintMargin(false);
|
||||
editor.setFontSize(13);
|
||||
|
|
Loading…
Reference in New Issue