Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
var x = {
2
    a: function () {
3
        alert('thats right')  ;
4
        x = (x?a:x) ;
5
    },
6
} ;
7
 
8
id = id.replace(/row\/:;/gi, '');
9
 
10
for (i=0   ; i<3 ; i++) {
11
   for (j=0; j<5 ; j++) {
12
      if (j==x)
13
         break ;
14
   }
15
}
16
alert('hi');