We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8fa74 commit 59d5e8eCopy full SHA for 59d5e8e
utils.cy
@@ -2,7 +2,7 @@
2
// Expose C constants to cycript's global scope
3
var shouldExposeConsts = true;
4
// Expose functions defined here (in utils) to cycript's global scope
5
- var shouldExposeFuncs = true
+ var shouldExposeFuncs = true;
6
7
// Various constants
8
utils.constants = {
0 commit comments