Skip to content

Commit 6c3c3a2

Browse files
chore: tweaks
1 parent 7b1ea05 commit 6c3c3a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ import $ from 'jquery';
33
import { setup } from './setup';
44

55
$.fn.markerAnimation = (...args) => {
6-
return this.each(function () {
7-
setup($(this), args);
8-
});
6+
return this.each(() => setup($(this), args));
97
};

0 commit comments

Comments
 (0)