X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fdebug%2Fsrc%2FcrashStore.js;fp=skyquake%2Fplugins%2Fdebug%2Fsrc%2FcrashStore.js;h=51857d51fc7774967565a60a22df09dee2935a60;hb=efcca9816240e4cd87e524776885551ed534aa9d;hp=c5ded180ea2dffe45754dc44394338fd77852565;hpb=7ddd5bf53da449cd7943e0e328f93c2bbeeabd2c;p=osm%2FUI.git diff --git a/skyquake/plugins/debug/src/crashStore.js b/skyquake/plugins/debug/src/crashStore.js index c5ded180e..51857d51f 100644 --- a/skyquake/plugins/debug/src/crashStore.js +++ b/skyquake/plugins/debug/src/crashStore.js @@ -35,5 +35,5 @@ crashStore.prototype.getCrashDetailsFailure = function(info) { console.log('Failed to retrieve crash/debug details', info) }; -module.exports = Alt.createStore(crashStore);; +module.exports = Alt.createStore(crashStore, 'crashStore');;