Skip to content

Commit 1500958

Browse files
committed
fixed linter complains
1 parent 7c839c2 commit 1500958

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ui-scroll.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,7 @@ angular.module('ui.scroll', [])
744744
enqueueFetch(rid, false);
745745
}
746746

747-
if (pending.length) {
748-
// unbindEvents();
749-
} else {
747+
if (!pending.length) {
750748
return adapter.calculateProperties();
751749
}
752750
});

0 commit comments

Comments
 (0)