提交 8f917136 编写于 作者: fxy060608's avatar fxy060608

fix(wxs): remove types

上级 8810ae91
...@@ -161,12 +161,12 @@ class ComponentDescriptor { ...@@ -161,12 +161,12 @@ class ComponentDescriptor {
return (this.$vm.$emit(eventName, detail), this) return (this.$vm.$emit(eventName, detail), this)
} }
setTimeout (handler: TimerHandler, timeout ? : number) { setTimeout (handler, timeout) {
return window.setTimeout(handler, timeout) return window.setTimeout(handler, timeout)
} }
clearTimeout (handle ? : number) { clearTimeout (handler) {
return window.clearTimeout(handle) return window.clearTimeout(handler)
} }
getBoundingClientRect () { getBoundingClientRect () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册