Functiondojox.gfx.defaultTextPath.normalizeParameters

dojo.require("dojox.gfx._base");
defined in dojox/gfx/_base.js

updates an existing object with properties from an "update" object

Usage

function (/*Object*/ existed, /*Object*/ update) (view source)
parametertypedescription
existedObjectthe "target" object to be updated
updateObjectthe "update" object, whose properties will be used to update the existed object