aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8320ec6..24ac878 100644
--- a/index.html
+++ b/index.html
@@ -262,10 +262,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>