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
we have two closures here: the one comes from $bind, and the one from .bind-ing that to actual arguments. but the first one is redundant and we could instead generate
This is better illustrated with an example:
this will generate the following JS (although I'm pretty sure it's not js-specific, since the method closure must be created on all platforms)
we have two closures here: the one comes from
$bind
, and the one from.bind
-ing that to actual arguments. but the first one is redundant and we could instead generateThe text was updated successfully, but these errors were encountered: