syntax fix in code example
This commit is contained in:
		
							parent
							
								
									bba5a5d69c
								
							
						
					
					
						commit
						8a7618793a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue