Comparing version 0.6.5 to 0.6.6
@@ -667,3 +667,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("bam",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeBam=e}else"undefined"!=typeof window?window.Bam=e():global.Bam=e()})(function(){var define,ses,bootstrap,module,exports; | ||
transitions = (_ref = this.transitions) != null ? _ref[from + ' ' + to] : void 0; | ||
if (!(transitions && this.transitions)) { | ||
if ((!transitions) && this.transitions) { | ||
key = _.chain(this.transitions).keys().filter(function(t) { | ||
@@ -670,0 +670,0 @@ var s; |
@@ -323,3 +323,3 @@ // Generated by CoffeeScript 1.6.3 | ||
transitions = (_ref = this.transitions) != null ? _ref[from + ' ' + to] : void 0; | ||
if (!(transitions && this.transitions)) { | ||
if ((!transitions) && this.transitions) { | ||
key = _.chain(this.transitions).keys().filter(function(t) { | ||
@@ -326,0 +326,0 @@ var s; |
{ | ||
"name": "bamjs", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"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": "lib/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