From: Dan Vanderkam Date: Fri, 18 Oct 2013 03:08:37 +0000 (-0400) Subject: add dygraph-types.js X-Git-Tag: v1.1.0~75^2~4^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=e010b46f4a2294c86d5826ff640621e4dd231988;p=dygraphs.git add dygraph-types.js --- diff --git a/dygraph-types.js b/dygraph-types.js new file mode 100644 index 0000000..4e90693 --- /dev/null +++ b/dygraph-types.js @@ -0,0 +1,16 @@ +// This file contains typedefs and externs that are needed by the Closure Compiler. + +/** + * @typedef {{ + * px: number, + * py: number, + * isZooming: boolean, + * isPanning: boolean, + * is2DPan: boolean, + * cancelNextDblclick: boolean, + * initializeMouseDown: + * function(!Event, !Dygraph, !DygraphInteractionContext) + * }} + */ +var DygraphInteractionContext; +