Fixing the lint error messages in javascript using 'eslint --fix'
command.pull/6/head
parent
ea82d92e41
commit
d54c35d74f
|
@ -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;
|
||||
},
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue