Skip to content

Commit

Permalink
fix(playcanvas): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Sep 22, 2019
1 parent 57637a5 commit 719137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playcanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ const { pc } = typeof window === 'undefined' ? {} : window;
if (!pc) {
console.warn('no playcanvas in global namespace found');
} else {
hiJack(pc);
hiJackPlayCanvas(pc);
}

0 comments on commit 719137d

Please sign in to comment.