Skip to content

Commit dbb772d

Browse files
author
Chris Car
committed
packed dist
1 parent 06dffb7 commit dbb772d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎dist/aframe-ui-modal-component.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272

7373
init: function() {
7474

75-
document.querySelector(data.src).addEventListener(this.data.show, this.show.bind(this));
76-
document.querySelector(data.src).addEventListener(this.data.hide, this.hide.bind(this));
75+
document.querySelector(this.data.src).addEventListener(this.data.show, this.show.bind(this));
76+
document.querySelector(this.data.src).addEventListener(this.data.hide, this.hide.bind(this));
7777

7878
this.cameraEl = document.querySelector('a-entity[camera]');
7979

‎dist/aframe-ui-modal-component.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)