can.extend
Merge objects together.
can.extend(target, ...obj)
Parameters
-
target
{Object}
The object to merge properties into.
-
obj
{Object}
Objects containing properties to merge.
Returns
{Object}
target, post-merge.
Merge objects together.
{Object}
The object to merge properties into.
{Object}
Objects containing properties to merge.
{Object}
target, post-merge.
can.extend(target, objectN)
merges the contents of two or more objects together into the first object similarly to jQuery.extend.