Files
DefinitelyTyped/ember
Felix Fung 7871c30298 Ember.run.{debounce,throttle,later} have variable arguments
Straight from the docs (http://emberjs.com/api/classes/Ember.run.html),
see the method debounce is defined thusly:

debounce (target, method, args*, wait, immediate): void

Even though the last two arguments are guaranteed, the variable
arguments in the middle means we can only ever type everything after
method as "...any".
2013-10-09 02:20:02 -04:00
..
2013-09-22 11:16:35 -07:00