X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdygraph.js;h=d166f0311177960e76635b9a7f3808d8f8534fb8;hb=5a57a74cdb1f2a15441e154a6cf4a8985ab7a37a;hp=66ca381a7e2d2aa37a30f6142faf4245643a0d80;hpb=c4c10db644336a08b581e2efdb3ad75b950c905c;p=dygraphs.git diff --git a/src/dygraph.js b/src/dygraph.js index 66ca381..d166f03 100644 --- a/src/dygraph.js +++ b/src/dygraph.js @@ -51,6 +51,7 @@ import * as DygraphTickers from './dygraph-tickers'; import * as utils from './dygraph-utils'; import DEFAULT_ATTRS from './dygraph-default-attrs'; import OPTIONS_REFERENCE from './dygraph-options-reference'; +import IFrameTarp from './iframe-tarp'; import DefaultHandler from './datahandler/default'; import ErrorBarsHandler from './datahandler/bars-error'; @@ -1149,7 +1150,7 @@ Dygraph.prototype.createDragInterface_ = function() { // We cover iframes during mouse interactions. See comments in // dygraph-utils.js for more info on why this is a good idea. - tarp: new utils.IFrameTarp(), + tarp: new IFrameTarp(), // contextB is the same thing as this context object but renamed. initializeMouseDown: function(event, g, contextB) {