jyoungblood / smoke.js

framework-agnostic styled alert system for javascript
http://smoke.js.org/
930 stars 107 forks source link

ReferenceError: f is not defined #35

Closed monove closed 11 years ago

monove commented 11 years ago

When trying this: smoke.signal('this goes away after a few seconds');

I get this: ReferenceError: f is not defined

jyoungblood commented 11 years ago

oops. i made a couple of updates so this should be working now. thanks so much for letting me know :)

givankin commented 11 years ago

The same for alert: I get f.params is undefined.

Fixed by replacing "f" with "g" on lines 404 and 405, sorry for no pull request

jyoungblood commented 11 years ago

wow you're totally right...can't believe i overlooked that. thanks for letting me know :)