Skip to content

Commit

Permalink
remove superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangtongfa committed Jul 20, 2017
1 parent 9b29882 commit 295e5e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ import { transform, lastRecord, speeds, i18n, lan } from './unit/const'
import { visibilityChangeEvent, isFocus } from './unit/'
import states from './control/states'
export default {
watch: {
w() {
this.render()
},
h() {
this.render()
}
},
mounted() {
this.render()
window.addEventListener('resize', this.resize.bind(this), true)
Expand Down

0 comments on commit 295e5e5

Please sign in to comment.