mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-02 19:14:42 +00:00
Fix doc typo
This commit is contained in:
parent
8f34f2ac34
commit
a0bc7b6904
3 changed files with 8 additions and 2 deletions
5
dist/all.js
vendored
5
dist/all.js
vendored
|
|
@ -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
BIN
dist/all.min.js.gz
vendored
Binary file not shown.
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue