瀏覽代碼

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');