adobe-research / node-theseus

76 stars 13 forks source link

Fixed unexpected call to "map" function on content #17

Closed mvercher closed 10 years ago

mvercher commented 10 years ago

Added type check before call to map function..

This problem was occurring to me:

TypeError: Property 'map' of object is not a function at Object.Module._extensions..js (/usr/local/lib/node_modules/node-theseus/node-theseus.js:156:22)

alltom commented 10 years ago

Good call, thanks!