Minor comment nit for consistency across projects. [ci ckip]

This commit is contained in:
John-David Dalton
2014-01-25 22:48:12 -08:00
parent 1e7927fbff
commit cc0f431c35
2 changed files with 2 additions and 2 deletions

View File

@@ -2853,7 +2853,7 @@
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
// expose Benchmark // export Benchmark
// some AMD build optimizers, like r.js, check for condition patterns like the following: // some AMD build optimizers, like r.js, check for condition patterns like the following:
if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) {
// define as an anonymous module so, through path mapping, it can be aliased // define as an anonymous module so, through path mapping, it can be aliased

View File

@@ -581,7 +581,7 @@
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
// expose QUnit extras // export QUnit Extras
if (freeExports) { if (freeExports) {
freeExports.runInContext = runInContext; freeExports.runInContext = runInContext;
} else { } else {