Noah hace 7 años
padre
commit
f9977c96c1
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      client/index.js

+ 1 - 2
client/index.js Ver fichero

@@ -209,8 +209,7 @@ function updateCaption() {
209 209
 }
210 210
 
211 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 215
 function preloadImages(themes) {