backbone-indexeddb
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -29,2 +29,4 @@ (function () { /*global _: false, Backbone: false */ | ||
else { | ||
_ = require('underscore'); | ||
Backbone = require('Backbone'); | ||
} | ||
@@ -31,0 +33,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "An backbone adapter for indexeddb. Useless for most people untile indexeddb is ported to the browser", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -21,2 +21,2 @@ var Backbone = require('backbone'), | ||
//backboneIndexeddb.sync("read", new Thing(), {}); // we just export the sync method. | ||
backboneIndexeddb.sync("read", new Thing(), {}); // we just export the sync method. |
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
289710
3965