Przeglądaj źródła

Terminate statement in page.js

Tristan VALCKE 8 lat temu
rodzic
commit
55a697a86d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/page.js

+ 1 - 1
docs/page.js

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