Initialize variable with the correct name that is actually used

This commit is contained in:
Jeff Talbot 2014-02-24 10:47:22 -06:00
parent 53aa98ea2d
commit 918d4dd5de

View file

@ -10,7 +10,7 @@ fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.protot
// for triple click
this.__lastLastClickTime = +new Date();
this.lastPointer = { };
this.__lastPointer = { };
this.on('mousedown', this.onMouseDown.bind(this));
},