Fix doc typo

This commit is contained in:
kangax 2013-04-06 12:46:01 +02:00
parent 8f34f2ac34
commit a0bc7b6904
3 changed files with 8 additions and 2 deletions

5
dist/all.js vendored
View file

@ -10785,7 +10785,10 @@ fabric.util.object.extend(fabric.StaticCanvas.prototype, /** @scope fabric.Stati
/**
* @private
* @method _animate
* @parm property
* @param {String} property
* @param {String} to
* @param {Object} [options]
* @param {Boolean} [skipCallbacks]
*/
_animate: function(property, to, options, skipCallbacks) {
var obj = this, propPair;

BIN
dist/all.min.js.gz vendored

Binary file not shown.

View file

@ -954,7 +954,10 @@
/**
* @private
* @method _animate
* @parm property
* @param {String} property
* @param {String} to
* @param {Object} [options]
* @param {Boolean} [skipCallbacks]
*/
_animate: function(property, to, options, skipCallbacks) {
var obj = this, propPair;