fix setTabSize

This commit is contained in:
nightwing 2013-01-27 14:49:17 +04:00
commit 2f85538ce1

View file

@ -2405,7 +2405,8 @@ config.defineOptions(EditSession.prototype, "session", {
this.$tabSize = tabSize;
this._emit("changeTabSize");
},
initialValue: 4
initialValue: 4,
handlesSet: true
}
});