Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "bamjs", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Backbone with modifications. Adds heirarchy to Views, turns Views into Finite State Machines, adds a mixin for decorating methods and adds utility functions to Models and Collections.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -276,3 +276,4 @@ // Generated by CoffeeScript 1.6.3 | ||
to: state, | ||
options: options | ||
options: options, | ||
view: this | ||
}; | ||
@@ -287,3 +288,4 @@ this.trigger('transition', pkg); | ||
state: this.state, | ||
options: options | ||
options: options, | ||
view: this | ||
}; | ||
@@ -290,0 +292,0 @@ this.trigger('changestate', pkg); |
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
25799
663