Formatting
This commit is contained in:
		| @@ -228,6 +228,7 @@ var Reveal = (function(){ | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	function createSingletonNode( container, tagname, classname, innerHTML ){ | 	function createSingletonNode( container, tagname, classname, innerHTML ){ | ||||||
|  |  | ||||||
| 		var node = container.querySelector( '.' + classname ); | 		var node = container.querySelector( '.' + classname ); | ||||||
| 		if( !node ){ | 		if( !node ){ | ||||||
| 			node = document.createElement( tagname ); | 			node = document.createElement( tagname ); | ||||||
| @@ -238,6 +239,7 @@ var Reveal = (function(){ | |||||||
| 			container.appendChild( node ); | 			container.appendChild( node ); | ||||||
| 		} | 		} | ||||||
| 		return node; | 		return node; | ||||||
|  |  | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	/** | 	/** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user