![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Decoded Personalized Google code - function SetClassStyle( clazz, style, value)
From: Aaron Gray <ang.usenet@gmail.com>
Date: Thu Nov 17 2005 - 17:02:00 CET
"Aaron Gray" <ang.usenet@gmail.com> wrote in message
First up 'SetClassStyle()' :-
//
function SetClassStyle( clazz, style, value)
for( var styleSheetNo = 0; styleSheetNo < document.styleSheets.length;
if (!rules) return; // err ???
for ( var rule = 0; rule < rules.length; rule++)
for ( var element = 0; element < all.length; element++)
Anyone enlighten me on the cop out return statement, 'err ???'.
Should it stay or should it go. Or what ?
Aaron
|