Skip to content

Commit 807f417

Browse files
committed
Fix require import needed by Ember
1 parent 9ed959a commit 807f417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Axis from './axis';
22
import CLASS from './class';
33
import { isValue, isFunction, isString, isUndefined, isDefined, ceil10, asHalfPixel, diffDomain, isEmpty, notEmpty, getOption, hasValue, sanitise, getPathBox } from './util';
4+
import require from 'require';
45

56
export var c3 = { version: "0.5.4" };
67

0 commit comments

Comments
 (0)