Update vendors.

Former-commit-id: 92fe8e8ceacd0993fadd35c5feffddcbe319d6c7
This commit is contained in:
John-David Dalton
2013-02-24 15:35:56 -08:00
parent 9b22748bd0
commit 7a853e2dcb
4 changed files with 38 additions and 30 deletions

View File

@@ -19,12 +19,16 @@
/*--------------------------------------------------------------------------*/
/**
* Installs the CLI boilerplate additions on the `context` object.
* Installs the CLI boilerplate additions on the given `context` object.
*
* @private
* @memberOf exports
* @param {Object} context The context object.
*/
function runInContext(context) {
// exit early if no `context` is provided or if `QUnit` does not exist
if (!context || !context.QUnit) {
return;
}
/**
* Schedules timer-based callbacks.