<static> extend(deep, target) → {object}
This is a slightly modified version of http://api.jquery.com/jQuery.extend/
Parameters
Name | Type | Description |
---|---|---|
deep | boolean | Perform a deep copy? |
target | object | The target object to copy to. |
Returns
object -
The extended object.
- Source code: utils/Utils.js (Line 258)
Please login to continue.