aboutsummaryrefslogtreecommitdiff
path: root/template/javascript/snip-try-catch.js
blob: 88c806dadea578e75429db3cbb58bb22edfe0d8d (plain)
1
2
3
4
5
try {
	{{_cursor_}}
} catch(e) {
}