Skip to content

Commit de5aad5

Browse files
committed
comments
1 parent d4d30ad commit de5aad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ <h2>Visual Testing in Browser</h2>
9292
document.write("<b>Get Colors For a specific number:</b>");
9393
var series = cb.getSeries();
9494
var colorCodes = cb.getColorCodes();
95+
96+
// create table
9597
for(var c = 0; c < colorCodes.length; c++) {
9698
cb.setColorCode(colorCodes[c]);
9799
document.write("<b>Color Code set to</b> " + cb.getColorCode());

0 commit comments

Comments
 (0)