promised-models2
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -403,3 +403,3 @@ var Events = require('./events'), | ||
if (model.isOwnedBy(this)) { | ||
if (model.isOwnedBy(this) && !model.isDestructed()) { | ||
model.destruct(); | ||
@@ -406,0 +406,0 @@ } |
{ | ||
"description": "promise based, typed attributes, nested models and collections", | ||
"name": "promised-models2", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": "git@github.com:bem-node/promised-models.git", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
177823
47
4602