Commit 43f8a071 authored by yann300's avatar yann300

fix name

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