X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fsrc%2FaboutStore.js;fp=skyquake%2Fplugins%2Fabout%2Fsrc%2FaboutStore.js;h=bc94127b064e336e79fded8ec4e9db64d7fec603;hb=2da8b7a246ba17396c5bc218a0b7f1685fb8d304;hp=934522bb32ebffd3696f6ac03ba0ba8ec8e0d593;hpb=267d43e391d633c26d45db31125612355665f193;p=osm%2FUI.git diff --git a/skyquake/plugins/about/src/aboutStore.js b/skyquake/plugins/about/src/aboutStore.js index 934522bb3..bc94127b0 100644 --- a/skyquake/plugins/about/src/aboutStore.js +++ b/skyquake/plugins/about/src/aboutStore.js @@ -37,5 +37,5 @@ aboutStore.prototype.getCreateTimeSuccess = function(time) { console.log('uptime success', time) } -module.exports = Alt.createStore(aboutStore);; +module.exports = Alt.createStore(aboutStore, 'aboutStore');;