]> git.donarmstrong.com Git - dactyl.git/blob - common/tests/functional/utils.js
Initial import of 1.0~b6
[dactyl.git] / common / tests / functional / utils.js
1
2 // Work around these horrendous Sandbox issues.
3 Components.utils.import(/([^ ]+\/)[^\/]+$/.exec(Components.stack.filename)[1] + "utils.jsm", exports);
4
5 // vim: sw=4 ts=8 et: