bem-promised-models
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -47,2 +47,3 @@ /** | ||
this.cid = jQuery.identify(); | ||
Model.getList().push(this); | ||
this.__base.apply(this, arguments); | ||
@@ -116,3 +117,2 @@ }, | ||
} | ||
Model.getList().push(instance); | ||
return instance; | ||
@@ -119,0 +119,0 @@ } |
{ | ||
"description": "BEM wrapper for promised-models", | ||
"name": "bem-promised-models", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"repository": "git@github.com:delfrrr/bem-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
49745