From c478a792fb13bdb410d5e9467efc06cae9163858 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Wed, 23 Oct 2013 10:53:52 +0200 Subject: add missing ; --- core/js/octemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/octemplate.js') diff --git a/core/js/octemplate.js b/core/js/octemplate.js index 46ffa976574..aab705059d2 100644 --- a/core/js/octemplate.js +++ b/core/js/octemplate.js @@ -82,7 +82,7 @@ } ); } catch(e) { - console.error(e, 'data:', data) + console.error(e, 'data:', data); } }, options: { -- cgit v1.2.3