From 596a5b82dea805056e50f2684143dc8507a6651b Mon Sep 17 00:00:00 2001 From: PengLv Date: Mon, 20 May 2019 14:19:52 +0800 Subject: [PATCH] Update example.js test --- src/example/example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/example/example.js b/src/example/example.js index 5a4fce89..9589cf32 100644 --- a/src/example/example.js +++ b/src/example/example.js @@ -294,4 +294,5 @@ $(function () { }; } init(); -}); \ No newline at end of file + +});