Browse Source

cleaning up

Abram Kash 6 years ago
parent
commit
ad4736a0e0
1 changed files with 58 additions and 58 deletions
  1. 58 58
      flags.js

+ 58 - 58
flags.js

@@ -1,9 +1,9 @@
 flagShapes = [
   /*
-	****************************************************************************
-	3C, REVO, JREH
-	****************************************************************************
-	*/
+  ****************************************************************************
+  3C, REVO, JREH
+  ****************************************************************************
+  */
   // Révo, Int++
   {
     numColors: 3,
@@ -150,10 +150,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	3C, REFO, JPUN
-	****************************************************************************
-	*/
+  ****************************************************************************
+  3C, REFO, JPUN
+  ****************************************************************************
+  */
   // Réfo, Int++
   {
     numColors: 3,
@@ -275,10 +275,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	3C, REVO, JPUN
-	****************************************************************************
-	*/
+  ****************************************************************************
+  3C, REVO, JPUN
+  ****************************************************************************
+  */
   // JPun, Int++
   {
     numColors: 3,
@@ -427,10 +427,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	3C, REFO, JREH
-	****************************************************************************
-	*/
+  ****************************************************************************
+  3C, REFO, JREH
+  ****************************************************************************
+  */
   // JReh, Int++
   {
     numColors: 3,
@@ -576,10 +576,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	2C, REFO, JREH
-	****************************************************************************
-	*/
+  ****************************************************************************
+  2C, REFO, JREH
+  ****************************************************************************
+  */
   // 2C, Réfo, JReh, Int++
   {
     numColors: 2,
@@ -748,10 +748,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	2C, REVO, JREH
-	****************************************************************************
-	*/
+  ****************************************************************************
+  2C, REVO, JREH
+  ****************************************************************************
+  */
   // 2C, Révo, JReh, Int++
   {
     numColors: 2,
@@ -918,10 +918,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	2C, REVO, JPUN
-	****************************************************************************
-	*/
+  ****************************************************************************
+  2C, REVO, JPUN
+  ****************************************************************************
+  */
   // 2C, Révo, JPun, Int++
   {
     numColors: 2,
@@ -1136,10 +1136,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	2C, REFO, JPUN
-	****************************************************************************
-	*/
+  ****************************************************************************
+  2C, REFO, JPUN
+  ****************************************************************************
+  */
   // 2C, Réfo, JPun, Int++
   {
     numColors: 2,
@@ -1310,10 +1310,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	1C, REVO
-	****************************************************************************
-	*/
+  ****************************************************************************
+  1C, REVO
+  ****************************************************************************
+  */
   {
     numColors: 1,
     shapes: [[0, 0, 0, 1, 0, 1, 1, 0, 1]],
@@ -1327,10 +1327,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	1C, REFO
-	****************************************************************************
-	*/
+  ****************************************************************************
+  1C, REFO
+  ****************************************************************************
+  */
   {
     numColors: 1,
     shapes: [[0, 0, 0, 1, 0, 1, 1, 0, 1]],
@@ -1344,10 +1344,10 @@ flagShapes = [
     ]
   },
   /*
-	****************************************************************************
-	0C
-	****************************************************************************
-	*/
+  ****************************************************************************
+  0C
+  ****************************************************************************
+  */
   {
     numColors: 0,
     shapes: [[0, 0, 0, 1, 0, 1, 1, 0, 1]],
@@ -1382,20 +1382,20 @@ flagColors = [
     ]
   },
   /*
-	//Nationalisme
-	{
-		bgColor: "#a45e22",
-		fgColor: "#ffffff",
-		cond:
-		[
-			{
-				name: "b1",
-				vmin: 0.4,
-				vmax: 1.0,
-			}
-		]
-	},
-	*/
+  //Nationalisme
+  {
+    bgColor: "#a45e22",
+    fgColor: "#ffffff",
+    cond:
+    [
+      {
+        name: "b1",
+        vmin: 0.4,
+        vmax: 1.0,
+      }
+    ]
+  },
+  */
   //Conservatism
   {
     bgColor: "#062b85",