From 7ca8b1d031e17ea70a33db746853f3291b99a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bona=C4=87i?= Date: Fri, 19 Jun 2015 11:14:04 +0200 Subject: [PATCH] Missing a couple of closing parentheses You wanted this to be IIFE, right? --- src/pre.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pre.js b/src/pre.js index 17081dc..81f9c23 100644 --- a/src/pre.js +++ b/src/pre.js @@ -60,3 +60,5 @@ } else { ejs = root.ejs = {}; } + +})();