jeffmitchel / meteor-local-persist

Persistent client (browser) collections for Meteor, using localStorage.
Other
33 stars 11 forks source link

Remove dependency on jQuery #3

Closed timbrandin closed 9 years ago

timbrandin commented 9 years ago

It would be nice to use this package without jQuery, the package is not that Dom traversal dependant so this should be super easy to fix.

jeffmitchel commented 9 years ago

I agree. I make some time in the next few days and remove the dependancy.

timbrandin commented 9 years ago

Cool, tell me when it's ready for test. :+1:

jeffmitchel commented 9 years ago

The package is updated and published. I have not tested it with IE8 yet, but I'm using the same code as both Meteor and jQuery to bind the storage event. I feel confident that it is correct, though I'll feel better once I've verified it on a Windows box.

Thanks for suggesting the change. It was small, but the right way to go.

timbrandin commented 9 years ago

LGTM without a flaw!