mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-09 14:24:44 +00:00
remove deadcode (#2984)
This commit is contained in:
parent
143c0758a7
commit
e8a530019f
1 changed files with 0 additions and 7 deletions
|
|
@ -76,13 +76,6 @@
|
|||
return fabric.Polygon.prototype._calcDimensions.call(this);
|
||||
},
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
_applyPointOffset: function() {
|
||||
return fabric.Polygon.prototype._applyPointOffset.call(this);
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns object representation of an instance
|
||||
* @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output
|
||||
|
|
|
|||
Loading…
Reference in a new issue