mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 143 forks source link

Accessing window.globalStorage throws a warning in Firefox 9 #37

Closed gijsk closed 12 years ago

gijsk commented 12 years ago

"Use of globalStorage is deprecated. Please use localStorage instead."

IMHO the code should check if localStorage can be used, and if so, don't bother checking for globalStorage.