Noah 7 年 前
コミット
f9977c96c1
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1 2
      client/index.js

+ 1 - 2
client/index.js ファイルの表示

@@ -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) {