diff options
author | Jukka Jylanki <jjylanki@imvu.com> | 2013-04-02 12:48:45 +0300 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:27:14 +0300 |
commit | 783c443cc84ca990e181b07f2ba7f310368d9b75 (patch) | |
tree | 1053b9576a118bbbbefaca15bf5ac00378c8b02d /tests/embind/embind.test.js | |
parent | 034ebb08d36e282d0cd48d31c86ce995fa432b7b (diff) |
Clean up issues found with jshint.
Diffstat (limited to 'tests/embind/embind.test.js')
-rwxr-xr-x | tests/embind/embind.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/embind/embind.test.js b/tests/embind/embind.test.js index 46b7646d..539b837f 100755 --- a/tests/embind/embind.test.js +++ b/tests/embind/embind.test.js @@ -1505,6 +1505,7 @@ module({ }); }); +/* global run_all_tests */ // If running as part of the emscripten test runner suite, and not as part of the IMVU suite, // we launch the test execution from here. IMVU suite uses its own dedicated mechanism instead of this. if (typeof run_all_tests !== "undefined") |