Skip to content

Commit a125825

Browse files
committed
=BG= minor: fix typo
1 parent 3b77abe commit a125825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ gulp.task('javascript:lint', function () {
117117
gulp.task('javascript:unit', function () {
118118
var reporters = cliArgs.karmareporter;
119119
if (reporters.constructor === Array) {
120-
reporters = Array;
120+
reporters = reporters;
121121
}
122122
else if (typeof reporters === 'string' &&
123123
reporters !== karma.yargsOption.value.default) {

0 commit comments

Comments
 (0)