Fixing style issue in file_attachment.jsx

This commit is contained in:
Christopher Speller
2015-09-02 15:53:22 -04:00
parent c7cafb6ac7
commit 59bfb3a359

View File

@@ -64,7 +64,8 @@ export default class FileAttachment extends React.Component {
var url = path.replace(re1, '%20').replace(re2, '%28').replace(re3, '%29');
$(imgDiv).css('background-image', 'url(' + url + '_thumb.jpg)');
}
}; }(fileInfo.path, filename));
};
}(fileInfo.path, filename));
}
}
}