Skip to content

Commit 7b85928

Browse files
Add require imports
1 parent 40d5055 commit 7b85928

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

js/scroller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {validateOptions} from "./utils/options";
1414
import {onScrolling, onPreventMouseScroll} from "./utils/events";
1515
import {getNativeScrollWidth, generateScrollbar} from "./utils/scrollbar";
1616
import {changeTranslate} from "./utils/css";
17+
import $ from 'jquery';
1718

1819
/**
1920
* Vertical scrollbar direction.

js/sticky-header.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import pluginify from '@fxp/jquery-pluginify';
1111
import BasePlugin from '@fxp/jquery-pluginify/js/plugin';
1212
import {applyStickyBackgroundColor} from "./utils/sticky";
13+
import $ from 'jquery';
1314

1415
/**
1516
* Sticky Header class.

0 commit comments

Comments
 (0)