Skip to content

Commit 95f08df

Browse files
committed
add use strict
1 parent 5e04e41 commit 95f08df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/Community_Basic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
*/
100100

101101
(function() {
102+
'use strict';
102103
function isNumber(str) {
103104
return !!str && !isNaN(str);
104105
}

0 commit comments

Comments
 (0)