Skip to content

Commit

Permalink
Merge pull request #1 from rosshays/dev
Browse files Browse the repository at this point in the history
Fix typo in Renderer component
  • Loading branch information
fritx authored Oct 26, 2016
2 parents 4460d53 + 7df204d commit f5a203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Renderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
// It's good to clean up event listeners before
// a component is destroyed.
// http://rc.vuejs.org/guide/migration.html#ready-deprecated
breforeDestroy () {
beforeDestroy () {
bus.$off('setScene', this.setScene)
bus.$off('setCamera', this.setCamera)
},
Expand Down

0 comments on commit f5a203d

Please sign in to comment.