aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorhakimel <hakim.elhattab@gmail.com>2013-08-28 09:43:36 -0400
committerhakimel <hakim.elhattab@gmail.com>2013-08-28 09:43:36 -0400
commit8a7618793ad1cd22d9e23221422cd7e44968956c (patch)
tree0edba4cf7f59d89e4b431ed7603452ef07cb6ff2 /index.html
parentbba5a5d69ca1030bf065cdd196030ae87b31487e (diff)
downloadfreenode-live-2017-presentation-8a7618793ad1cd22d9e23221422cd7e44968956c.tar
freenode-live-2017-presentation-8a7618793ad1cd22d9e23221422cd7e44968956c.tar.gz
syntax fix in code example
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 4b4edea..4d4ce26 100644
--- a/index.html
+++ b/index.html
@@ -259,10 +259,10 @@ function linkify( selector ) {
for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
var node = nodes[i];
- if( !node.className ) ) {
+ if( !node.className ) {
node.className += ' roll';
}
- };
+ }
}
}
</code></pre>