diff options
Diffstat (limited to 'template/javascript/snip-try-catch.js')
-rw-r--r-- | template/javascript/snip-try-catch.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/javascript/snip-try-catch.js b/template/javascript/snip-try-catch.js new file mode 100644 index 0000000..88c806d --- /dev/null +++ b/template/javascript/snip-try-catch.js @@ -0,0 +1,5 @@ +try { + {{_cursor_}} +} catch(e) { +} + |