projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55deb02
)
add dygraph-types.js
small-files-closure
author
Dan Vanderkam
<danvdk@gmail.com>
Fri, 18 Oct 2013 03:08:37 +0000
(23:08 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Fri, 18 Oct 2013 03:08:37 +0000
(23:08 -0400)
dygraph-types.js
[new file with mode: 0644]
patch
|
blob
diff --git a/dygraph-types.js
b/dygraph-types.js
new file mode 100644
(file)
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;
+