From 78ffa19e16aa9ebd7b8e2312d52a30c7d72d5be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rinc=C3=B3n?= Date: Mon, 3 Apr 2017 17:36:01 +0200 Subject: [PATCH] Fix semicolon --- static/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/compiler.js b/static/compiler.js index 4fa1356e..86be0761 100644 --- a/static/compiler.js +++ b/static/compiler.js @@ -636,7 +636,7 @@ define(function (require) { }); } ); - } + }; return { Compiler: Compiler