backbone-indexeddb
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -555,3 +555,3 @@ (function () { /*global _: false, Backbone: false */ | ||
if ($ && $.Deferred) { | ||
if (typeof($) != 'undefined' && $.Deferred) { | ||
var dfd = $.Deferred(); | ||
@@ -580,3 +580,3 @@ var resolve = dfd.resolve; | ||
}; | ||
var next = function(){ | ||
@@ -593,3 +593,3 @@ Databases[schema.id].execute([method, object, options]); | ||
return promise; | ||
}; | ||
}; | ||
@@ -596,0 +596,0 @@ if(typeof exports == 'undefined'){ |
@@ -5,3 +5,3 @@ { | ||
"description": "An backbone adapter for indexeddb. Useless for most people untile indexeddb is ported to the browser", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262467