diff --git a/vendor/benchmark.js/benchmark.js b/vendor/benchmark.js/benchmark.js index 5a3450b29..a070d97e5 100644 --- a/vendor/benchmark.js/benchmark.js +++ b/vendor/benchmark.js/benchmark.js @@ -2853,7 +2853,7 @@ /*--------------------------------------------------------------------------*/ - // expose Benchmark + // export Benchmark // some AMD build optimizers, like r.js, check for condition patterns like the following: if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { // define as an anonymous module so, through path mapping, it can be aliased diff --git a/vendor/qunit-extras/qunit-extras.js b/vendor/qunit-extras/qunit-extras.js index ef6462cf5..209d7a1cc 100644 --- a/vendor/qunit-extras/qunit-extras.js +++ b/vendor/qunit-extras/qunit-extras.js @@ -581,7 +581,7 @@ /*--------------------------------------------------------------------------*/ - // expose QUnit extras + // export QUnit Extras if (freeExports) { freeExports.runInContext = runInContext; } else {