Skip to content
Snippets Groups Projects
Commit 8a761879 authored by hakimel's avatar hakimel
Browse files

syntax fix in code example

parent bba5a5d6
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment