removed unused dependency

This commit is contained in:
Javier Abadia 2014-02-17 23:45:19 +01:00
parent 7bd5335d85
commit 43fdc0ead0

View File

@ -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