Fix formatting

This commit is contained in:
GordoRank 2014-01-13 22:22:40 +00:00
parent cc52bf7039
commit b8c83ed242

View file

@ -110,13 +110,12 @@
initDelayedCursor: function(restart) {
var _this = this;
if(restart){
this._abortCursorAnimation = true;
clearTimeout(this._cursorTimeout1);
this._currentCursorOpacity = 1;
this.canvas && this.canvas.renderAll();
}
if (restart){
this._abortCursorAnimation = true;
clearTimeout(this._cursorTimeout1);
this._currentCursorOpacity = 1;
this.canvas && this.canvas.renderAll();
}
if (this._cursorTimeout2) {
clearTimeout(this._cursorTimeout2);
}