X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fsrc%2FaboutStore.js;fp=skyquake%2Fplugins%2Fabout%2Fsrc%2FaboutStore.js;h=bc94127b064e336e79fded8ec4e9db64d7fec603;hp=934522bb32ebffd3696f6ac03ba0ba8ec8e0d593;hb=efcca9816240e4cd87e524776885551ed534aa9d;hpb=7ddd5bf53da449cd7943e0e328f93c2bbeeabd2c 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');;