This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* "orientationchange" Event Polyfill | |
* by Jason LuBean | |
* | |
* This polyfill allows you to use "window.orientation" | |
* and to bind to the "orientationchange" event. It has | |
* no dependencies on any libraries, but has support for | |
* using jQuery to bind to the "orientationchange" event. | |
* | |
* Because IE8 does not allow you to use attachEvent / |