debugworkbench / hydragon

Extensible multi-platform debugger frontend
MIT License
1 stars 0 forks source link

Redesign custom element registration and instantiation #8

Closed enlight closed 8 years ago

enlight commented 8 years ago

Consider getting rid of the register-element custom element. Currently, for each custom element the path to the element .html file has to be registered with the element factory so why not register the path to the .js file in the same way and then require it at the appropriate time? Seems like register-element adds additional complexity for nothing.

enlight commented 8 years ago

Resolved in 889548e88f1947f14fd8ffe7da5576180c08766f