anru / sprout

A set of functions to work with nested data
BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

Wrong require statement in dissocIn.js #1

Closed ilyabo closed 10 years ago

ilyabo commented 10 years ago

The first line should be

 var dissoc = require('./dissoc');

instead of

 var dissoc = require('./util').dissoc;