Explorar el Código

Terminate statement in page.js

Tristan VALCKE hace 8 años
padre
commit
55a697a86d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/page.js

+ 1 - 1
docs/page.js

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