X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fdebug%2Fsrc%2FcrashStore.js;h=51857d51fc7774967565a60a22df09dee2935a60;hb=e0659bbf6ff4771c5c7da29997d0c683b702be35;hp=c5ded180ea2dffe45754dc44394338fd77852565;hpb=e29efc315df33d546237e270470916e26df391d6;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');;