X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/84eba72af147a175fb93b7305c1d42b0a4987a8c..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) { } } - } + }; -} +}; });