Build dist

This commit is contained in:
kangax 2014-04-24 10:33:37 -04:00
parent 9113b27e77
commit d8c944e593
4 changed files with 7 additions and 17 deletions

7
dist/fabric.js vendored
View file

@ -8109,11 +8109,6 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
var target,
pointer = this.getPointer(e);
if (this._activeObject && this._checkTarget(e, this._activeObject, pointer)) {
this.relatedTarget = this._activeObject;
return this._activeObject;
}
var i = this._objects.length;
while (i--) {
@ -16231,7 +16226,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
options || (options = { });
this.setOptions(options);
this._setWidthHeight(options);
if (this._element) {
if (this._element && this.crossOrigin) {
this._element.crossOrigin = this.crossOrigin;
}
},

10
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

@ -8109,11 +8109,6 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
var target,
pointer = this.getPointer(e);
if (this._activeObject && this._checkTarget(e, this._activeObject, pointer)) {
this.relatedTarget = this._activeObject;
return this._activeObject;
}
var i = this._objects.length;
while (i--) {
@ -16231,7 +16226,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
options || (options = { });
this.setOptions(options);
this._setWidthHeight(options);
if (this._element) {
if (this._element && this.crossOrigin) {
this._element.crossOrigin = this.crossOrigin;
}
},