aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Properly sort the components in AddComponents widget #405

Closed jsantell closed 7 years ago

jsantell commented 7 years ago

Array.prototype.sort does not destructively modify the array and expects a number, not a boolean

fernandojsg commented 7 years ago

@jsantell Cool! I didn't know that, thank you!