We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1ea05 commit 6c3c3a2Copy full SHA for 6c3c3a2
src/index.js
@@ -3,7 +3,5 @@ import $ from 'jquery';
3
import { setup } from './setup';
4
5
$.fn.markerAnimation = (...args) => {
6
- return this.each(function () {
7
- setup($(this), args);
8
- });
+ return this.each(() => setup($(this), args));
9
};
0 commit comments