Remove underscore dependency
Hello,
I think intentionjs is awesome, but the dependency on underscore seems a bit excessive.
Most if not all of the underscore functions that are used (_.extend, _.isObject, _.isArray, etc) are already implemented in jQuery.
Those that aren't should be brought over.
Just a thought...
I totally agree. in fact, i would like to remove the dependency for both jquery and underscore.
On Tue, Aug 27, 2013 at 3:18 PM, dubcanada [email protected] wrote:
Hello,
I think intentionjs is awesome, but the dependency on underscore seems a bit excessive.
Most if not all of the underscore functions that are used (_.extend, _.isObject, _.isArray, etc) are already implemented in jQuery.
Those that aren't should be brought over.
Just a thought...
— Reply to this email directly or view it on GitHubhttps://github.com/wsjdesign/intentionjs/issues/13 .
This is on the agenda for 1.0 release.