add dygraph-types.js small-files-closure
authorDan Vanderkam <danvdk@gmail.com>
Fri, 18 Oct 2013 03:08:37 +0000 (23:08 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Fri, 18 Oct 2013 03:08:37 +0000 (23:08 -0400)
dygraph-types.js [new file with mode: 0644]

diff --git a/dygraph-types.js b/dygraph-types.js
new file mode 100644 (file)
index 0000000..4e90693
--- /dev/null
@@ -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;
+