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
timeline: add missing require for util module (
#2109
)
codeClimate
Ken Schumacher
8 years ago
committed by
Alexander Wunschik
parent
6afe0f1845
commit
ee1e5d9a41
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
lib/timeline/component/Component.js
+ 2
- 0
lib/timeline/component/Component.js
View File
@ -1,3 +1,5 @@
var
util
=
require
(
'../../util'
)
;
/
*
*
*
Prototype
for
visual
components
*
@
param
{
{
dom
:
Object
,
domProps
:
Object
,
emitter
:
Emitter
,
range
:
Range
}
}
[
body
]
Write
Preview
Loading…
Cancel
Save