You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class.inject uses fnTest to see if the injected function body has the word _super in it. However, if it does, then it sets up 'parent' as the original method instead of '_super'
Class.inject uses fnTest to see if the injected function body has the word _super in it. However, if it does, then it sets up 'parent' as the original method instead of '_super'