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
Fix misspelling in milliseconds
kamadaKawai
dburdick
9 years ago
parent
6fbfade942
commit
fa7eb4a9a9
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/timeline/TimeStep.js
+ 1
- 1
lib/timeline/TimeStep.js
View File
@ -353,7 +353,7 @@ TimeStep.snap = function(date, scale, step) {
clone
.
hours
(
0
)
;
clone
.
hours
(
0
)
;
clone
.
minutes
(
0
)
;
clone
.
minutes
(
0
)
;
clone
.
seconds
(
0
)
;
clone
.
seconds
(
0
)
;
clone
.
mlliseconds
(
0
)
;
clone
.
m
i
lliseconds
(
0
)
;
}
}
else
if
(
scale
==
'month'
)
{
else
if
(
scale
==
'month'
)
{
if
(
clone
.
date
(
)
>
15
)
{
if
(
clone
.
date
(
)
>
15
)
{
Write
Preview
Loading…
Cancel
Save