dojox.gfx.defaultText.normalizeParameters
dojo.require("dojox.gfx._base");
defined in dojox/gfx/_base.js
updates an existing object with properties from an "update" object
parameter | type | description |
---|---|---|
existed | Object | the "target" object to be updated |
update | Object | the "update" object, whose properties will be used to update the existed object |