![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archive'this' and setInterval
From: Andrew Poulos <ap_prog@hotmail.com>
Date: Fri Nov 18 2005 - 12:39:22 CET
If I have some code that's a bit like this
Con = function() {
obj = new Con();
when I call obj.loop(); 'this' in obj.next refers to setInterval
Andrew Poulos
|