mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Minor comment nit for consistency across projects. [ci ckip]
This commit is contained in:
2
vendor/benchmark.js/benchmark.js
vendored
2
vendor/benchmark.js/benchmark.js
vendored
@@ -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
|
||||||
|
|||||||
2
vendor/qunit-extras/qunit-extras.js
vendored
2
vendor/qunit-extras/qunit-extras.js
vendored
@@ -581,7 +581,7 @@
|
|||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
// expose QUnit extras
|
// export QUnit Extras
|
||||||
if (freeExports) {
|
if (freeExports) {
|
||||||
freeExports.runInContext = runInContext;
|
freeExports.runInContext = runInContext;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user