backbone-mongo
Advanced tools
Comparing version 0.6.8 to 0.6.9
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.9.0 | ||
/* | ||
backbone-mongo.js 0.6.8 | ||
backbone-mongo.js 0.6.9 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -152,3 +152,3 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
} | ||
doc = (result != null ? result.value : void 0) || result; | ||
doc = result && result.hasOwnProperty('value') ? result.value : result; | ||
if (!doc) { | ||
@@ -155,0 +155,0 @@ return options.error(new Error("Failed to update model (" + _this.model_type.model_name + "). Either the document has been deleted or the revision (_rev) was stale.")); |
{ | ||
"name": "backbone-mongo", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "MongoDB storage for BackboneORM", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Please refer to the following release notes when upgrading your version of BackboneORM. | ||
### 0.6.9 | ||
* Bug fix for 2.x result | ||
### 0.6.8 | ||
@@ -4,0 +7,0 @@ * Bug fixes for mongo-native 2.x |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
103297