[mochikit] Re: Callbacks work when Firebug is turned on but not when off or not present.

2007-09-17 Thread machineghost
As Jason said, example code would help a lot, but here's a quick guess: do you have console.log(something) anywhere in your callback's code? I often use console.log for debugging my code, and if I forget to take it out afterward then my code breaks for anyone without Firebug (because in their

[mochikit] Re: Callbacks work when Firebug is turned on but not when off or not

2007-09-14 Thread Jason Bunting
Without your providing the code so that it can be duplicated, I am not sure how much help you are going to receive Jason Bunting From: John Lorance [EMAIL PROTECTED] To: MochiKit mochikit@googlegroups.com Subject: [mochikit] Callbacks work when Firebug is turned on but not when off or