tropo / PhonoSDK

Phono.com - The jQuery Phone API
http://phono.com
Other
131 stars 63 forks source link

Support "use strict" mode in phono.js #44

Open andrewdeandrade opened 10 years ago

andrewdeandrade commented 10 years ago

This library causes my browser to barf with a global "use strict" statement, such as the one automatically inserted by uglify2. Strict mode also gives better error handling and permits certain code optimizations.

https://github.com/mishoo/UglifyJS2/issues/128 http://www.nczonline.net/blog/2012/03/13/its-time-to-start-using-javascript-strict-mode/