Revert "misc: auto500px 필요없음."

This reverts commit 2b5f38ca52.
This commit is contained in:
2021-12-07 01:44:36 +09:00
parent 2b5f38ca52
commit 6f16d9413c
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -12,6 +12,7 @@ exportWindow($, '$');
import '../scss/main.scss';
import { unwrap } from './util/unwrap';
import { auto500px } from './util/auto500px';
import { htmlReady } from './util/htmlReady';
$(function ($) {
@@ -123,4 +124,6 @@ $(function ($) {
window.addEventListener('scroll', onScroll, true);
window.addEventListener('orientationchange', onScroll, true);
});
})();
})();
auto500px();