I am using jgrowl.js
and jgrowl.css
to display a jgrowl message. In the console I am getting this error:
Uncaught TypeError: Cannot read property 'update' of undefined in 268 line jgrowl.js file.
This is the line:
$(this).data("jGrowl").created = new Date();