eslint: Add and enforce space-in-parens lint rule.

This commit is contained in:
Tim Abbott
2017-10-06 12:36:39 -07:00
parent 0c44310009
commit 82b708b721
15 changed files with 28 additions and 27 deletions

View File

@@ -646,7 +646,7 @@ exports.initialize = function () {
clone_file_input = $('#file_input').clone(true);
}
$("#compose #file_input").trigger("click");
} );
});
function show_preview(rendered_content) {
var preview_html;