This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
fixed missing validation of available zoomKey option values
flowchartTest
Martin Fischer
9 years ago
parent
1a3fa5bee4
commit
adb5bcebce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/timeline/optionsTimeline.js
+ 1
- 1
lib/timeline/optionsTimeline.js
View File
@ -113,7 +113,7 @@ let allOptions = {
type
:
{
string
}
,
width
:
{
string
,
number
}
,
zoomable
:
{
boolean
}
,
zoomKey
:
{
string
}
,
zoomKey
:
{
string
:
[
'ctrlKey'
,
'altKey'
,
'metaKey'
,
''
]
}
,
zoomMax
:
{
number
}
,
zoomMin
:
{
number
}
,
Write
Preview
Loading…
Cancel
Save