Does anyone know what's going on here? I think binding is not working, right?
code:
growl.warning("This adds a warn message");
growl.info("This adds a info message");
growl.success("This adds a success message");
growl.error("This adds a error message");