small fix in the snippets

This commit is contained in:
Bernhard Weichel 2014-12-14 23:53:52 +01:00
commit 95eed25439
2 changed files with 3 additions and 3 deletions

View file

@ -141,7 +141,7 @@ var AppConfig = function() {
opts[name].value = value;
}
};
this.setDefaultValues = function(path, optionHash) {
Object.keys(optionHash).forEach(function(key) {
this.setDefaultValue(path, key, optionHash[key]);

View file

@ -1,8 +1,8 @@
snippet zupfnoter.goto
"^@${1:target}@${2:some_id},${3:some_id}"
"^@${1:target}@${2:distance}"
snippet zupfnoter.annotation
"^@!{1:text}@${2:some_id},${3:some_id}"
"^@!{1:text}@${2:x_offset},${3:y_offset}"
snippet zupfnoter.annotationref
"^#${1:target}"