c.ui.dialog.overlay is undefined [solved]
answer was jquery lint plugin! not sure of reason yet.
Anyone recognise this firebug error?
It's driving me insane - I've found it in the .js obviously, but no idea what could be causing it - it is a very persistant error.
Wondered if anyone else has seen it, and if so in what circumstances? This is the offending part of the minified js.
b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"}
,resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,
function(){a=a.add(this)});a.css({width:0,height:0}).css
({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});
c.extend(c.ui.dialog.overlay.prototype,
{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);
Thanks,
Sam.