not needed when using the polyfill, throws an error in Mac's Firefox

This commit is contained in:
Javier Abadia 2013-12-21 00:39:27 +01:00
parent c24636313c
commit 3f664ede4c

View File

@ -37,7 +37,6 @@ define(["tiles/phoneGapConnector"],function(phonegap)
* @returns {boolean}
*/
this.isSupported = function(){
window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
if(!window.indexedDB){
return false;