c.ui.dialog.overlay is undefined [solved]

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.

  1. b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"}
  2. ,resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,
  3. function(){a=a.add(this)});a.css({width:0,height:0}).css
  4. ({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});
  5. c.extend(c.ui.dialog.overlay.prototype,
  6. {destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery); 


Thanks,

Sam.