diff options
Diffstat (limited to 'template/javascript/base-anon-call.js')
-rw-r--r-- | template/javascript/base-anon-call.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/javascript/base-anon-call.js b/template/javascript/base-anon-call.js index b9873d9..fc17a30 100644 --- a/template/javascript/base-anon-call.js +++ b/template/javascript/base-anon-call.js @@ -1,3 +1,3 @@ -(function() {
- {{_cursor_}}
-})();
+(function() { + {{_cursor_}} +})(); |