Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvergenz committed Jan 20, 2018
1 parent d31651d commit 3cd50af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sync-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SyncTransform extends AFrameComponent
{
this.sync = this.el.components.sync;
if(this.sync.isConnected)
start();
this.start();
else
this.el.addEventListener('connected', this.start.bind(this));
}
Expand Down

0 comments on commit 3cd50af

Please sign in to comment.