projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba5a5d
)
syntax fix in code example
author
hakimel
<hakim.elhattab@gmail.com>
Wed, 28 Aug 2013 13:43:36 +0000
(09:43 -0400)
committer
hakimel
<hakim.elhattab@gmail.com>
Wed, 28 Aug 2013 13:43:36 +0000
(09:43 -0400)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index 4b4edea6c745a2af13bedcf3962e6f426dcd13ef..4d4ce267839b2a56567b9175c822f31e6afbb521 100644
(file)
--- a/
index.html
+++ b/
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>