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