diff options
-rw-r--r-- | template/anonymous-call.javascript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/anonymous-call.javascript b/template/anonymous-call.javascript new file mode 100644 index 0000000..b9873d9 --- /dev/null +++ b/template/anonymous-call.javascript @@ -0,0 +1,3 @@ +(function() {
+ {{_cursor_}}
+})();
|