Build distribution again

This commit is contained in:
kangax 2014-04-09 18:02:47 -04:00
parent 1335cf6932
commit 64a09c6f7d
4 changed files with 16 additions and 12 deletions

10
dist/fabric.js vendored
View file

@ -6098,11 +6098,12 @@ fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */
activeGroup.forEachObject(function(o) {
o.set('active', true);
});
if (this._currentTransform) {
this._currentTransform.target = this.getActiveGroup();
}
}
if (this._currentTransform) {
this._currentTransform.target = this.getActiveGroup();
}
return data;
},
@ -8612,8 +8613,9 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
if (e.type === 'touchend') {
// Wait 400ms before rebinding mousedown to prevent double triggers
// from touch devices
var _this = this;
setTimeout(function() {
addListener(this.upperCanvasEl, 'mousedown', this._onMouseDown);
addListener(_this.upperCanvasEl, 'mousedown', _this._onMouseDown);
}, 400);
}
},

8
dist/fabric.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/fabric.min.js.gz vendored

Binary file not shown.

View file

@ -6098,11 +6098,12 @@ fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */
activeGroup.forEachObject(function(o) {
o.set('active', true);
});
if (this._currentTransform) {
this._currentTransform.target = this.getActiveGroup();
}
}
if (this._currentTransform) {
this._currentTransform.target = this.getActiveGroup();
}
return data;
},
@ -8612,8 +8613,9 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
if (e.type === 'touchend') {
// Wait 400ms before rebinding mousedown to prevent double triggers
// from touch devices
var _this = this;
setTimeout(function() {
addListener(this.upperCanvasEl, 'mousedown', this._onMouseDown);
addListener(_this.upperCanvasEl, 'mousedown', _this._onMouseDown);
}, 400);
}
},