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.

810e8ad749390b82ba67ebdabac1f86d.json 320 B

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"}