Browse Source

Terminate statement in page.js

Tristan VALCKE 8 years ago
parent
commit
55a697a86d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/page.js

+ 1 - 1
docs/page.js

@@ -104,7 +104,7 @@ var onDocumentLoad = function ( event ) {
 
 
 		prettyPrint();
 		prettyPrint();
 
 
-	}
+	};
 
 
 	document.head.appendChild( prettify );
 	document.head.appendChild( prettify );