mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
not needed when using the polyfill, throws an error in Mac's Firefox
This commit is contained in:
parent
c24636313c
commit
3f664ede4c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user