mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
remove logs
This commit is contained in:
@ -42,12 +42,9 @@ export class Tabs {
|
||||
@NgElement() ngElement: NgElement
|
||||
) {
|
||||
this.domElement = ngElement.domElement
|
||||
|
||||
this.config = Tabs.config.invoke(this)
|
||||
|
||||
this.tabs = []
|
||||
setTimeout(() => {
|
||||
console.log(this)
|
||||
},500)
|
||||
}
|
||||
|
||||
addTab(tab) {
|
||||
|
Reference in New Issue
Block a user