p-j/meteor-gravatar

ReferenceError: _ is not defined

Closed this issue · 4 comments

Hello,

api.use('jparker:gravatar') inside my package leads to this error :

"ReferenceError: _ is not defined
at Object.Gravatar.imageUrl (packages/jparker:gravatar/gravatar.js:67:1)"

I think you must add a reference to 'underscore' inside your package.js

Thanks

p-j commented

It's absolutely true.
I need to fix that.

Thanks for reporting that.

Thanks for the fix and thank you for the package too !

De : Jérémie Parker [mailto:notifications@github.com]
Envoyé : mardi 11 août 2015 23:16
À : p-j/meteor-gravatar
Cc : neurosoup
Objet : Re: [meteor-gravatar] ReferenceError: _ is not defined (#3)

It's absolutely true.
I need to fix that.

Thanks for reporting that.


Reply to this email directly or view it on GitHub #3 (comment) . https://github.com/notifications/beacon/AATfNiIHvuriVO37sfQ--lr4DLCyEr2lks5oml2sgaJpZM4Fpvvw.gif

Thanks for the fix and thank you for the package too !

p-j commented

It is fixed by d8b8055

Thanks for your help !