You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

d409ac22ba82cda3bc750399a6e52e53.json 320 B

пре 3 година
1
  1. {"ast":null,"code":"import debounce from 'lodash-es/debounce';\nimport { eventScope } from '../utils/';\nexport function resizeHandler(scrollbar) {\n var addEvent = eventScope(scrollbar);\n addEvent(window, 'resize', debounce(scrollbar.update.bind(scrollbar), 300));\n}","map":null,"metadata":{},"sourceType":"module"}