Namespacedojox.lang.utils

dojo.require("dojox.lang.utils");
defined in dojox/lang/utils.js

FunctionsBack to top

updates an existing object in place with properties from an "source" object.
Functiondojox.lang.utils.updateWithPattern(target: Object, source: Object, pattern: Array, conv: Boolean?)
updates an existing object in place with properties from an "source" object.