Commit 43f8a071 authored by yann300's avatar yann300

fix name

parent 9c822980
'use strict'
var EventManager = require('remix-lib').EventManager
class SwarmExplorer {
class BasicReadOnlyExplorer {
constructor (type) {
this.event = new EventManager()
this.files = {}
......@@ -99,4 +99,4 @@ class SwarmExplorer {
}
}
module.exports = SwarmExplorer
module.exports = BasicReadOnlyExplorer
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