Skip to content

Commit 59d5e8e

Browse files
authored
Add missing ;
1 parent bc8fa74 commit 59d5e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.cy

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Expose C constants to cycript's global scope
33
var shouldExposeConsts = true;
44
// Expose functions defined here (in utils) to cycript's global scope
5-
var shouldExposeFuncs = true
5+
var shouldExposeFuncs = true;
66

77
// Various constants
88
utils.constants = {

0 commit comments

Comments
 (0)