Ver código fonte

syntax fix in code example

hakimel 11 anos atrás
pai
commit
8a7618793a
1 arquivos alterados com 2 adições e 2 exclusões
  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>