Skip to content
Snippets Groups Projects
Commit 295f9518 authored by Kevin Lee's avatar Kevin Lee
Browse files

missed one

parent 848363ca
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@ AFRAME.registerComponent("networked-counter", {
item.el.removeEventListener(this.data.release_event, item.onReleaseHandler);
}
}
for (const id in this.timeouts) {
this._removeTimeout(id);
}
},
register: function(networkedEl) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment