gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Empty array "triggers" #143

Open jekuno opened 8 years ago

jekuno commented 8 years ago

In https://github.com/gmac/backbone.epoxy/blob/master/backbone.epoxy.js#L1387 you check for the length of the triggers array. However it seems as if it only gets initialized with a blank array but nowhere gets set at all?!