Fixing the lint error messages in javascript using 'eslint --fix'

command.
pull/6/head
Ashesh Vashi 2017-11-30 13:00:25 +05:30
parent ea82d92e41
commit d54c35d74f
6 changed files with 141 additions and 141 deletions

View File

@ -1,5 +1,5 @@
define(['sources/selection/range_selection_helper'],
function (RangeSelectionHelper) {
function (RangeSelectionHelper) {
return {
getUnion: function (allRanges) {
if (_.isEmpty(allRanges)) {
@ -129,4 +129,4 @@ function (RangeSelectionHelper) {
return val;
},
};
});
});