Rift-15726 compress code in production environment
[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');;