mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-07 16:00:59 +00:00
Add @private to doc
This commit is contained in:
parent
9e8b6bc5f6
commit
7fa80e82ba
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
|
|||
return [ translatePart, anglePart, scalePart, flipXPart, flipYPart ].join('');
|
||||
},
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
_createBaseSVGMarkup: function() {
|
||||
var markup = [ ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue