wrap (func, superFunc) Functionprivate
Function
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.
this._super
Please login to continue.
Please login to continue.