viewmodel
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -308,3 +308,3 @@ var cradle = require('cradle') | ||
var self = this; | ||
this.db.get(vm._id, function(err, doc) { | ||
this.db.get(vm.id, function(err, doc) { | ||
if (doc) { | ||
@@ -311,0 +311,0 @@ self.db.remove(doc._id, doc._rev, callback); |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
82132