Add @private to doc

This commit is contained in:
kangax 2013-11-21 12:17:51 +01:00
parent 9e8b6bc5f6
commit 7fa80e82ba

View file

@ -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 = [ ];