input.js
input.js copied to clipboard
Move device definitions out of source file
Given that definitions for devices are a JSON blob, they can be delivered through various means, like XHR. It would be great to remove them from the main file so that people can use arbitrary JSON blobs without changing the source files.