Minor whitespace nits in test and perf ui. [ci skip]

This commit is contained in:
John-David Dalton
2013-09-17 00:05:21 -07:00
parent 7726b5c56b
commit c0a0f3aaf5
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
case 'lodash-custom-dev': result = 'lodash.custom.js'; break;
case 'lodash-custom': result = 'lodash.custom.min.js'; break;
case 'lodash-modern':
case null: result = 'dist/lodash.min.js'; break;
case null: result = 'dist/lodash.min.js'; break;
default: return build;
}
return basePath + result;
@@ -70,7 +70,7 @@
case 'lodash-custom': result = 'lodash.custom.min.js'; break;
case 'underscore-dev': result = 'vendor/underscore/underscore.js'; break;
case 'underscore':
case null: result = 'vendor/underscore/underscore-min.js'; break;
case null: result = 'vendor/underscore/underscore-min.js'; break;
default: return other;
}
return basePath + result;