Merge pull request #281 from danvk/small-files-closure
[dygraphs.git] / dygraph-types.js
CommitLineData
e010b46f
DV
1// This file contains typedefs and externs that are needed by the Closure Compiler.
2
3/**
4 * @typedef {{
5 * px: number,
6 * py: number,
7 * isZooming: boolean,
8 * isPanning: boolean,
9 * is2DPan: boolean,
10 * cancelNextDblclick: boolean,
11 * initializeMouseDown:
12 * function(!Event, !Dygraph, !DygraphInteractionContext)
13 * }}
14 */
15var DygraphInteractionContext;
16