Comparing version 0.0.4 to 0.0.5
@@ -43,3 +43,6 @@ var _ = require('underscore'), Backbone = require('backbone'); | ||
// Add listener for removal event | ||
view.listenTo(this, "clean_up", view.remove); | ||
view.listenToOnce(this, "clean_up", function() { | ||
view.remove(); | ||
delete sv[key]; | ||
}); | ||
@@ -46,0 +49,0 @@ // Set the key |
{ | ||
"name": "bassview", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "base view for backbone", | ||
@@ -5,0 +5,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
2407
51