Explorar o código

syntax fix in code example

hakimel %!s(int64=11) %!d(string=hai) anos
pai
achega
8a7618793a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -259,10 +259,10 @@ function linkify( selector ) {
     for( var i = 0, len = nodes.length; i < len; i++ ) {
       var node = nodes[i];
 
-      if( !node.className ) ) {
+      if( !node.className ) {
         node.className += ' roll';
       }
-    };
+    }
   }
 }
 					</code></pre>