wrap (func, superFunc) Function
private
Wraps the passed function so that this._super
will point to the superFunc when the function is invoked. This is the primitive we use to implement calls to super.
Returns:
-
Function
- wrapped function.
wrap (func, superFunc) Function
private
Defined in packages/ember-metal/lib/utils.js:276
Wraps the passed function so that this._super
will point to the superFunc when the function is invoked. This is the primitive we use to implement calls to super.
Function
Designed by : w10schools
service@w10schools.com
Please login to continue.