Skip to content

Commit 0c15ba2

Browse files
ngokevinJustin Rogers
authored andcommitted
AFRAME.coreComponents list to help differentiate core/extended components (useful for tools/inspector) (aframevr#4064)
1 parent cd525b1 commit 0c15ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = window.AFRAME = {
101101
ANIME: require('super-animejs'),
102102
AScene: AScene,
103103
components: components,
104+
coreComponents: Object.keys(components),
104105
geometries: require('./core/geometry').geometries,
105106
registerComponent: registerComponent,
106107
registerElement: require('./core/a-register-element').registerElement,

0 commit comments

Comments
 (0)