CardinalPath / gas

Google Analytics on Steroids. A Google Analytics implementation with more power features.
Other
592 stars 78 forks source link

Hi nice work on gas :) Just changed the DOM-Ready to work in strict ECMA5 #26

Closed timse closed 12 years ago

timse commented 12 years ago

Remove arguments.callee since it is deprecated

eduardocereto commented 12 years ago

Thanks @timse

I'll try to merge that into the develop branch later this week.

eduardocereto commented 12 years ago

I merged this one even though I'm not so sure if I should. It won't work on iE6. What's more important, make it run on strict mode or support iE6?

timse commented 12 years ago

wasnt aware it would break ie6 my tests on ie6 did pass, where did you get a problem?