remove unused prop in pauser

This commit is contained in:
Kevin Ngo
2018-10-10 03:44:29 -07:00
parent 00e199e167
commit 05f2b2badc

View File

@@ -3,7 +3,6 @@
*/
AFRAME.registerComponent('pauser', {
schema: {
controllerType: {default: ''},
enabled: {default: true}
},