renamed settings to options for consistency

This commit is contained in:
azivner
2018-04-01 17:41:28 -04:00
parent 96dab5d51e
commit 311952d4dd
12 changed files with 50 additions and 50 deletions

View File

@@ -76,7 +76,7 @@ function cut(nodes) {
infoService.showMessage("Note(s) have been cut into clipboard.");
}
const contextMenuSettings = {
const contextMenuOptions = {
delegate: "span.fancytree-title",
autoFocus: true,
menu: [
@@ -185,5 +185,5 @@ export default {
pasteInto,
cut,
copy,
contextMenuSettings
contextMenuOptions
};