浏览代码

Terminate statement in page.js

Tristan VALCKE 8 年之前
父节点
当前提交
55a697a86d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/page.js

+ 1 - 1
docs/page.js

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