Browse Source

timeline: add missing require for util module (#2109)

codeClimate
Ken Schumacher 8 years ago
committed by Alexander Wunschik
parent
commit
ee1e5d9a41
1 changed files with 2 additions and 0 deletions
  1. +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]

Loading…
Cancel
Save