small fix in the snippets
This commit is contained in:
parent
7da354d5f3
commit
95eed25439
2 changed files with 3 additions and 3 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue