Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "bamjs", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"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", |
@@ -246,7 +246,2 @@ // Generated by CoffeeScript 1.6.3 | ||
/* | ||
Replaces trigger with a version that calls itself and then calls on root | ||
*/ | ||
/* | ||
Change state from one to another. | ||
@@ -481,3 +476,3 @@ | ||
if (queued !== null) { | ||
Array.remove(this.funcQueue, queued); | ||
this.funcQueue = _.without(this.funcQueue, queued); | ||
} | ||
@@ -484,0 +479,0 @@ wrapped = function() { |
25720
660