Saving to Local Storage for now because of Safari bug in LocalForage.

This commit is contained in:
Gunther Brunner
2014-05-16 16:08:58 +09:00
parent 7e5dbde075
commit 586033b9b8
2 changed files with 1 additions and 10 deletions

View File

@@ -78,16 +78,6 @@ module.exports = function BrowserInfoServiceFactory() {
return !!window.WebGLRenderingContext
})
addTest('generators', function () {
try {
/* jshint evil: true */
new Function('function* test() {}')()
} catch (e) {
return false
}
return true
})
addTest('ua', navigator.userAgent)
// addTest('pointerevents', function () {