Uncaught TypeError: Object #<Object> has no method 'easeOutCubic'
is coming from the console and I believe it is from a JQuery plugin called Decorated Field.
Inside the zip file, I could not find any documentation or commented code that tells me where this plugin came from. If anyone knows where I can find it to update the code or how I can fix the error I mentioned above, I would really appreciate it.
This is the line in the jquery causing the error, I believe.
$(this).animate({opacity:0,top:'+=60px'},{easing:'easeOutCubic',duration:170});