umd-mith / mithgrid

JavaScript framework for building browser-based applications composed of a small core and a set of plugins
Other
5 stars 7 forks source link

remove dependence on infusion; removing items from data store works; filtering is faster #3

Closed jgsmith closed 12 years ago

jgsmith commented 12 years ago

Got rid of the last vestiges of infusion.

Fixed how filtering was working to make sure removing an item from the data store worked. As a result, filtering data additions/deletions is much faster than before.