X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3300786073de06446670a1779d35451c8ddef953..4a10da821d96b8e462cc9db5e74e2507445eee76:/modules/indicator/indicator.js diff --git a/modules/indicator/indicator.js b/modules/indicator/indicator.js index f395f83..007dcff 100644 --- a/modules/indicator/indicator.js +++ b/modules/indicator/indicator.js @@ -13,7 +13,7 @@ return function(sandbox) { setup: function() { } - } + }; return { start: function() { sandbox.publish('ready'); }, @@ -28,8 +28,8 @@ return function(sandbox) { } } - } + }; -} +}; });