Skip to content

Commit c414496

Browse files
committed
use property shorthand
1 parent 3a015a8 commit c414496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infinite-ajax-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default class InfiniteAjaxScroll {
160160

161161
const event = {
162162
pageIndex: this.pageIndex + 1,
163-
promise: promise
163+
promise
164164
};
165165

166166
this.emitter.emit(Events.NEXT, event);

0 commit comments

Comments
 (0)