Upgraded to brace v0.7.0

This commit is contained in:
jos 2015-12-21 13:15:59 +01:00
parent 32adb1324e
commit 03c82ba38f
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"test": "mocha test"
},
"dependencies": {
"brace": "^0.4.1"
"brace": "0.7.0"
},
"devDependencies": {
"gulp": "^3.8.11",

View File

@ -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);