2013-02-15 14:22:23 -08:00

10 lines
99 B
Plaintext

# -*- mode: snippet -*-
# name: err
# key: err
# --
if(${1:error}){
callback($1);
return;
}
$2