From 8410a217e2a02257bd3a9d05e26c51cc8ae33086 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Mar 2015 18:16:36 -0400 Subject: no tabs --- js/color_code.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/color_code.js') diff --git a/js/color_code.js b/js/color_code.js index e1a4d55..a5bd376 100644 --- a/js/color_code.js +++ b/js/color_code.js @@ -33,10 +33,10 @@ var MircColor = (function(){ [0,255,255], [0,0,252], [255,0,255], - null, - null, + null, + null, ] - var GRAYS = [ + var GRAYS = [ [255,255,255], [0,0,0], null, @@ -69,8 +69,8 @@ var MircColor = (function(){ null, null, [255,0,255], - null, - null, + null, + null, ] var BLUES = [ [255,255,255], @@ -87,8 +87,8 @@ var MircColor = (function(){ [0,255,255], [0,0,252], [255,0,255], - null, - null, + null, + null, ] var colors = COLORS, recolor_fn = null function set_colors (a) { @@ -111,7 +111,7 @@ var MircColor = (function(){ } function distance(u, v){ - if (! v) return Math.Infinity + if (! v) return Math.Infinity var r = u[0] - v[0] var g = u[1] - v[1] var b = u[2] - v[2] -- cgit v1.2.3-70-g09d2