@@ -136,7 +136,7 @@ describe('palette', function(){
136
136
describe ( '#map_palette_lab()' , function ( ) {
137
137
it ( 'should map all colors to themselves when possible #1' ,
138
138
function ( ) {
139
- var expected1_1 = { } ;
139
+ var expected1_1 = { } ;
140
140
expected1_1 [ color_palette . lab_palette_map_key ( white_lab ) ] = white_lab ;
141
141
expected1_1 [ color_palette . lab_palette_map_key ( black_lab ) ] = black_lab ;
142
142
expected1_1 [ color_palette . lab_palette_map_key ( navy_lab ) ] = navy_lab ;
@@ -148,7 +148,7 @@ describe('palette', function(){
148
148
} ) ;
149
149
it ( 'should map all colors to themselves when possible #2' ,
150
150
function ( ) {
151
- var expected1_2 = { } ;
151
+ var expected1_2 = { } ;
152
152
expected1_2 [ color_palette . lab_palette_map_key ( white_a_lab ) ] = white_a_lab ;
153
153
expected1_2 [ color_palette . lab_palette_map_key ( black_a_lab ) ] = black_a_lab ;
154
154
expected1_2 [ color_palette . lab_palette_map_key ( navy_a_lab ) ] = navy_a_lab ;
@@ -160,7 +160,7 @@ describe('palette', function(){
160
160
} ) ;
161
161
it ( 'should map navy->blue and yellow->gold when navy and yellow are missing' ,
162
162
function ( ) {
163
- var expected2 = { } ;
163
+ var expected2 = { } ;
164
164
expected2 [ color_palette . lab_palette_map_key ( white_lab ) ] = white_lab ;
165
165
expected2 [ color_palette . lab_palette_map_key ( black_lab ) ] = black_lab ;
166
166
expected2 [ color_palette . lab_palette_map_key ( navy_lab ) ] = blue_lab ;
@@ -172,7 +172,7 @@ describe('palette', function(){
172
172
} ) ;
173
173
it ( 'should map white->black & black,navy,blue->yellow & yellow,gold->blue' ,
174
174
function ( ) {
175
- var expected3 = { } ;
175
+ var expected3 = { } ;
176
176
expected3 [ color_palette . lab_palette_map_key ( white_lab ) ] = black_lab ;
177
177
expected3 [ color_palette . lab_palette_map_key ( black_lab ) ] = yellow_lab ;
178
178
expected3 [ color_palette . lab_palette_map_key ( navy_lab ) ] = yellow_lab ;
0 commit comments