Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy authored Jan 30, 2018
1 parent 05e218e commit 440e7b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/wepy/test/fake/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ module.exports = class Mix extends wepy.mixin {
return 'mixin-func2';
}

onLoad () {
this.valueChangedAt = 'mixin onLoad'
}
onLoad () {
this.valueChangedAt = 'mixin onLoad'
}

onShow () {
this.valueChangedAt = 'mixin onShow'
this.valueChangedAt = 'mixin onShow'
}

onRoute () {
this.valueChangedAt = 'mixin onRoute'
}
this.valueChangedAt = 'mixin onRoute'
}

onShareAppMessage () {
onShareAppMessage () {
this.valueChangedAt = 'mixin onShareAppMessage'
}
}
}

0 comments on commit 440e7b5

Please sign in to comment.