bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Switch Type and Attribute API to use Backbone Collections #160

Open bergie opened 11 years ago

bergie commented 11 years ago

This would shave about 100 LoC (25%) from VIE core, and simplify the codebase a lot. VIE types and attributes already follow an API very similar to regular collections.

Before this change, vie.js is 240kb (69kb minified), or 127kb (31kb) core only.