From: Dan T. <dan...@ho...> - 2004-05-28 06:27:55
|
Hello, I run a quick test at http://my.liferay.com and got a "setInterval" not found error (good message) So I went a head and implement Window.setInterval, which does nothing, and add appropriate element to javascriptConfiuration.xml against the latest greatest cvs source. But now, my test got stuck, the debugger see the infinite calls to setInterval method. Any suggestion? The way I stub out setInterval method, is it correct? -Dan |