Noah пре 9 година
родитељ
комит
f9977c96c1
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      client/index.js

+ 1 - 2
client/index.js Прегледај датотеку

209
 }
209
 }
210
 
210
 
211
 function updateTheme() {
211
 function updateTheme() {
212
-  var extended = d3.select(this.options[this.selectedIndex]).datum();
213
-  preview.theme(extended);
212
+  preview.theme(d3.select(this.options[this.selectedIndex]).datum());
214
 }
213
 }
215
 
214
 
216
 function preloadImages(themes) {
215
 function preloadImages(themes) {