Build distribution

This commit is contained in:
kangax 2014-01-04 15:02:35 -05:00
parent c5f97d69af
commit 0fc31d09c5
4 changed files with 4 additions and 4 deletions

2
dist/fabric.js vendored
View file

@ -19833,7 +19833,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
}
else if (this.selectionEnd - this.selectionStart > 1) {
// TODO: replace styles properly
console.log('replacing MORE than 1 char');
// console.log('replacing MORE than 1 char');
}
this.selectionStart += _chars.length;

4
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

@ -19833,7 +19833,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
}
else if (this.selectionEnd - this.selectionStart > 1) {
// TODO: replace styles properly
console.log('replacing MORE than 1 char');
// console.log('replacing MORE than 1 char');
}
this.selectionStart += _chars.length;