소스 검색

Cleaned up reduntant code

Kartik Visweswaran 11 년 전
부모
커밋
2377e7459f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/fileinput.js

+ 1 - 1
js/fileinput.js

@@ -137,7 +137,7 @@
             self.initPreview();
             self.original = {
                 preview: self.$preview.html(),
-                caption: self.$caption.html(),
+                caption: self.$caption.html()
             };
             this.options = options;
             self.$element.removeClass('file-loading');