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
Please update docs on $.proxy method, because now it can only be understood from source, that proxy function can actually accept any number of params and those params starting with index 2 are the arguments that binded function will be invoked with. Thank you.