fix a typo

This commit is contained in:
nightwing 2013-08-27 13:42:58 +04:00
commit 094fd85334

View file

@ -1658,7 +1658,7 @@ config.defineOptions(VirtualRenderer.prototype, "renderer", {
},
fixedWidthGutter: {
set: function(val) {
this.gutterLayer.fixedWidth = !!val;
this.$gutterLayer.$fixedWidth = !!val;
this.$loop.schedule(this.CHANGE_GUTTER);
}
}