Merge pull request #409 from zhuweiyou/patch-1

Missing parentheses
This commit is contained in:
Bruno Scheufler
2019-06-02 11:12:20 +02:00
committed by GitHub

View File

@ -246,7 +246,7 @@
} }
// 避免 // 避免
function someFunction function someFunction()
{ {
// 代码块 // 代码块
} }