Update submodules and unit test setup.

Former-commit-id: 705059ee5d27e828cd216ecdd164c4c9bceae26c
This commit is contained in:
John-David Dalton
2012-05-19 23:48:40 -04:00
parent 4601129fc7
commit b080cc4d23
7 changed files with 6 additions and 16 deletions

View File

@@ -456,10 +456,4 @@
});
}());
/*--------------------------------------------------------------------------*/
// explicitly call `QUnit.start()` in a CLI environment
if (!window.document) {
QUnit.start();
}
}(typeof global == 'object' && global || this));