substance / data

A uniform interface for domain data (deprecated)
http://code.substance.io/docs/substance-manual/
MIT License
655 stars 44 forks source link

Typo in data.js #47

Closed edorrington closed 11 years ago

edorrington commented 11 years ago

I'm just perusing this project, so don't want to do a pull request, but I noticed that on line 221 in data.js, you attempt to call an intersect method on the Underscore object, but the method is actually intersection, not intersect.

michael commented 11 years ago

Thanks for pointing out that issue. Apparently Underscore.js has renamed _.intersect to _.intersection. Will push an update.

michael commented 11 years ago

Fixed.