Commit a9bd0339 authored by yann300's avatar yann300

comment

parent 0a876d55
......@@ -232,6 +232,10 @@ export class RemixAppManager extends PluginEngine {
}
}
/** @class Reference loaders.
* A loader is a get,set based object which load a workspace from a defined sources.
* (localStorage, queryParams)
**/
class PluginLoader {
constructor () {
const queryParams = new QueryParams()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment