diff --git a/src/effects/TiltShiftPass.js b/src/effects/TiltShiftPass.js index 26a2fa8..bc9167b 100644 --- a/src/effects/TiltShiftPass.js +++ b/src/effects/TiltShiftPass.js @@ -42,7 +42,7 @@ export default { // emit ready event with two passes - do so manually in this file instead // of calling `completePass` like in other effect types - this.$emit('ready', [this.pass, this.pass1]) + this.$emit('ready', [this.pass, this.pass1]); }, methods: { updateFocusLine() { diff --git a/src/meshes/Polyhedron.js b/src/meshes/Polyhedron.js index 7b37e69..6bbe044 100644 --- a/src/meshes/Polyhedron.js +++ b/src/meshes/Polyhedron.js @@ -14,4 +14,4 @@ export default { }, }, __hmrId: 'Polyhedron', -}; \ No newline at end of file +};