RIFT-15944 - editing an ‘id’ field is troublesome as focus is lost on each char typed
[osm/UI.git] / skyquake / plugins / debug / src / crashStore.js
index c5ded18..51857d5 100644 (file)
@@ -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');;