Update distribution

This commit is contained in:
kangax 2014-07-16 01:02:06 +02:00
parent c81394ccad
commit 404c1af7ef
3 changed files with 4 additions and 4 deletions

4
dist/fabric.js vendored
View file

@ -20260,8 +20260,8 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
},
/**
* @private
* This method is overwritten to account for different top offset
* @private
*/
_renderTextBoxBackground: function(ctx) {
if (!this.backgroundColor) return;
@ -20281,7 +20281,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
/**
* Returns object representation of an instance
* @methd toObject
* @method toObject
* @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output
* @return {Object} object representation of an instance
*/

BIN
dist/fabric.min.js.gz vendored

Binary file not shown.

View file

@ -20260,8 +20260,8 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
},
/**
* @private
* This method is overwritten to account for different top offset
* @private
*/
_renderTextBoxBackground: function(ctx) {
if (!this.backgroundColor) return;
@ -20281,7 +20281,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
/**
* Returns object representation of an instance
* @methd toObject
* @method toObject
* @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output
* @return {Object} object representation of an instance
*/