Browse Source

Merge pull request #1800 from SonIcco/patch-1

BugFix - Network.options.nodes
codeClimate
Alex 8 years ago
parent
commit
a94ffb6259
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/network/options.js

+ 2
- 1
lib/network/options.js View File

@ -171,6 +171,7 @@ let allOptions = {
__type__: { object, boolean }
},
font: {
align: { string },
color: { string },
size: { number }, // px
face: { string },
@ -510,4 +511,4 @@ let configureOptions = {
export {allOptions, configureOptions};
export {allOptions, configureOptions};

Loading…
Cancel
Save