Skip to content

Commit 80e7366

Browse files
author
Chris Car
committed
debug
1 parent 41aed67 commit 80e7366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎index.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ AFRAME.registerComponent('ui-modal', {
2626

2727
init: function() {
2828

29+
console.log(this.data.src);
2930
document.querySelector(this.data.src).addEventListener(this.data.show, this.show.bind(this));
3031
document.querySelector(this.data.src).addEventListener(this.data.hide, this.hide.bind(this));
31-
console.log(this.data.src);
32+
3233
this.cameraEl = document.querySelector('a-entity[camera]');
3334

3435
this.yaxis = new THREE.Vector3(0, 1, 0);

0 commit comments

Comments
 (0)