Linting fixes to improve quality report

This commit is contained in:
Kshitij Sobti
2018-07-16 13:39:38 +05:30
parent bf6af13ed1
commit fcff921fdb
16 changed files with 32 additions and 35 deletions

View File

@@ -60,7 +60,7 @@
this.clearSearch();
},
showErrorMessage: function (error) {
showErrorMessage: function(error) {
this.$message.text(gettext(error || 'There was an error, try searching again.'));
}