* * JACK :: JavaScript Mocking. * Version: $Id$ *
()
| 7 | |
| 8 | |
| 9 | function jack() {} // This needs to be here to make error reporting work correctly in IE. |
| 10 | |
| 11 | (function (){ // START HIDING FROM GLOBAL SCOPE |
| 12 | /** EXPORT JACK **/ |
no outgoing calls
no test coverage detected