Bugfix: Import missing dygraph-utils.js
[dygraphs.git] / src / iframe-tarp.js
index b6c3de1..42100c6 100644 (file)
@@ -23,6 +23,8 @@
  *
  * @constructor
  */
+import * as utils from './dygraph-utils';
+
 function IFrameTarp() {
   /** @type {Array.<!HTMLDivElement>} */
   this.tarps = [];