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.
 
 
 
 

1 line
320 B

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