Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35c59c9

Browse files
committed
fix typo in comments
1 parent 24caa5e commit 35c59c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/image/compare_pixels_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ function runAll () {
3030

3131
/*
3232
* Some test cases exhibit run-to-run randomness;
33-
* skip over a few test cases for now
33+
* skip over these few test cases for now.
3434
*
3535
* More info:
3636
* https://github.com/plotly/plotly.js/issues/62
3737
*
38-
* 40 test case are removed:
38+
* 40 test cases are removed:
3939
* - font-wishlist (1 test case)
4040
* - all gl2d (38)
4141
* - gl2d_bunny-hull (1)

test/jasmine/karma.ciconf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function func(config) {
2525

2626
func.defaultConfig.browsers = ['Firefox'];
2727

28-
2928
config.set(func.defaultConfig);
3029
}
3130

0 commit comments

Comments
 (0)