jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

Fix strict mode injected by dependency manager. #82

Closed laurieboyes closed 9 years ago

laurieboyes commented 9 years ago

Fall back to alternative technique for setting root to global scope if first attempt attempt fails due to strict mode being injected into top of module (e.g. by browserify).

http://stackoverflow.com/a/3277192.

jeremyckahn commented 9 years ago

Great, thank you very much for the fix! This has been released as 1.5.1.

laurieboyes commented 9 years ago

Thanks!

On Sat, Aug 29, 2015 at 2:22 AM, Jeremy Kahn notifications@github.com wrote:

Great, thank you very much for the fix! This has been released as 1.5.1 https://github.com/jeremyckahn/shifty/releases/tag/1.5.1.

— Reply to this email directly or view it on GitHub https://github.com/jeremyckahn/shifty/pull/82#issuecomment-135924881.