keithamus / jwerty

⌨ Awesome handling of keyboard events
http://keithamus.github.io/jwerty
Other
1.21k stars 109 forks source link

Fix incorrect module names #71

Closed SpaTmole closed 8 years ago

SpaTmole commented 8 years ago

If the "require" module is used it will decapitalize modules names in any way. But if it's not used, tryRequire will try to return one of those modules from the global scope,and their actual names are "jQuery" and "Zepto".