xolvio / meteor-http-interceptor

Intercepts HTTP calls and allows fake implementations to take over entire domains. Used for testing.
13 stars 5 forks source link

use call instead apply #1

Closed arunoda closed 9 years ago

arunoda commented 9 years ago

nothing much. This is a performance fix but this rarely(never) became an issue since a this a debugOnly package. But it's a good idea to use call every time if we can :)