intentionjs icon indicating copy to clipboard operation
intentionjs copied to clipboard

Remove underscore dependency

Open dubcanada opened this issue 12 years ago • 2 comments

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...

dubcanada avatar Aug 27 '13 19:08 dubcanada

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 .

1800joe avatar Aug 27 '13 20:08 1800joe

This is on the agenda for 1.0 release.

adamrights avatar Sep 19 '13 21:09 adamrights