Skip to content

Commit

Permalink
removing not necessary this.renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed May 22, 2021
1 parent e349007 commit 24bcdae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ARnft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/ARnft.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default class ARnft {
constructor (width, height, config) {
this.width = width
this.height = height
this.renderer = null
this.config = config
this.listeners = {}
this.uuid = uuidv4()
Expand Down

0 comments on commit 24bcdae

Please sign in to comment.