mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
removed unused dependency
This commit is contained in:
parent
7bd5335d85
commit
43fdc0ead0
@ -6,7 +6,7 @@
|
||||
* Author: Andy Gup (@agup)
|
||||
* Contributor: Javier Abadia (@javierabadia)
|
||||
*/
|
||||
define(["tiles/phoneGapConnector"],function(phonegap)
|
||||
define([],function()
|
||||
{
|
||||
var DbStore = function()
|
||||
{
|
||||
@ -45,18 +45,6 @@ define(["tiles/phoneGapConnector"],function(phonegap)
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies if phonegap and SQlite support is available
|
||||
* @returns {boolean}
|
||||
*/
|
||||
this.isDeviceStorageSupported = function(){
|
||||
if(phonegap.getDBVersion() != null){
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds an object to the database
|
||||
* @param urlDataPair
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user