Gozala / reducers

Library for higher-order manipulation of collections
MIT License
181 stars 8 forks source link

Make reducers compatible with add-on sdk #29

Closed Gozala closed 11 years ago

Gozala commented 11 years ago

For now only thing that fails test on SDK is assumption that setTimeout is present in global scope. Unfortunately implicit require of timers breaks browserify since it failst to find it.

Gozala commented 11 years ago

Once browserify is fixed substack/node-browserify#255 fixing this will be easy.