bylexus / protobone

Backbone-inspired PrototypeJS Model extension - Enables Prototype JS users to fetch / store Models from / to a backend using AJAX / REST
http://bylexus.github.io/protobone/
MIT License
1 stars 1 forks source link

drop underscore #10

Closed stoeffel closed 9 years ago

stoeffel commented 9 years ago

Is there a need for underscore? Or could it be solved using prototypes stuff?

stoeffel commented 9 years ago

btw underscore gets bundled into the browserified file (sice)

bylexus commented 9 years ago

Right. I had that before, but included underscore out of pure lazyness. I will remove it in the next bugfix release.

stoeffel commented 9 years ago

:balloon:

bylexus commented 9 years ago

dropped in 0.0.4: only Prototype methods are used.

stoeffel commented 9 years ago

:100: