HubSpot / BuckyClient

Collect performance data from the client

Home Page:http://github.hubspot.com/bucky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee script for loop variable swap

avaly opened this issue · comments

The requests.transformations.disable method is using the variables in the for loop in the wrong order:

https://github.com/HubSpot/BuckyClient/blob/master/bucky.coffee#L408

It should most probably read:

for i, val of @enabled

Closed by 828c51e