mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
chore(): fix some Slides type errors
This commit is contained in:
@ -60,7 +60,7 @@ function _baseExtend(dst, objs, deep) {
|
||||
return dst;
|
||||
}
|
||||
|
||||
export function debounce(func: any, wait: number, immediate: boolean) {
|
||||
export function debounce(func: any, wait: number, immediate = false) {
|
||||
var timeout, args, context, timestamp: number, result;
|
||||
return function() {
|
||||
context = this;
|
||||
|
Reference in New Issue
Block a user