Browse Source

fixed a thing

Jennifer Chao 6 years ago
parent
commit
86798c9bbd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      js/colors.js

+ 2
- 2
js/colors.js View File

@@ -1,5 +1,5 @@
1
-var colorsArray : {
2
-    colors:[
1
+var colorsArray = {
2
+    colors : [
3 3
         {
4 4
             "name": "green",
5 5
             "red": "64",