Skip to content

Commit

Permalink
add dygraph-types.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Oct 18, 2013
1 parent 55deb02 commit e010b46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dygraph-types.js
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit e010b46

Please sign in to comment.