jiti-meet/modules/util
Leonard Kim ec7c10c99b ref(toolbar): replace custom debounce with lodash throttle
The current custom debounce function sets a timeout and ensures
additional calls are not executed while the timeout is pending.
Regulating the call of a function while also ensuring it gets
called at a certain time is a throttle.
2017-08-21 17:20:52 -07:00
..
JitsiLocalStorage.js feat(JitsiLocalStorage): Implement localStorage wrapper 2016-10-31 12:11:03 -05:00
JitsiMeetLogStorage.js fix: some exports to make it work with webpack 2 2017-06-14 19:37:13 -05:00
helpers.js ref(toolbar): replace custom debounce with lodash throttle 2017-08-21 17:20:52 -07:00