pull/3094/head
yann300 7 years ago
parent 207df85735
commit 29b11b869f
  1. 4
      src/app/files/basicReadOnlyExplorer.js

@ -1,7 +1,7 @@
'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

Loading…
Cancel
Save