We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94df0f9 commit ffc6161Copy full SHA for ffc6161
colorbrewer/colorbrewer-tests.ts
@@ -1,8 +1,8 @@
1
/// <reference path="./colorbrewer.d.ts" />
2
3
-const accent3: string[] = colorbrewer.Accent[3];
4
-const accent4: string[] = colorbrewer.Accent[4];
5
-const accent5: string[] = colorbrewer.Accent[5];
6
-const accent6: string[] = colorbrewer.Accent[6];
7
-const accent7: string[] = colorbrewer.Accent[7];
8
-const accent8: string[] = colorbrewer.Accent[8];
+var accent3: string[] = colorbrewer.Accent[3];
+var accent4: string[] = colorbrewer.Accent[4];
+var accent5: string[] = colorbrewer.Accent[5];
+var accent6: string[] = colorbrewer.Accent[6];
+var accent7: string[] = colorbrewer.Accent[7];
+var accent8: string[] = colorbrewer.Accent[8];
0 commit comments