Add panning interaction model functions to dygraph-externs
authorBrent Walther <brentwalther@google.com>
Tue, 1 Jul 2014 15:49:30 +0000 (08:49 -0700)
committerBrent Walther <brentwalther@google.com>
Tue, 1 Jul 2014 15:59:45 +0000 (08:59 -0700)
commitc26c7541e66a1245360a65c62bea95b814680d52
treef2edd7c9a0e4dc728b1565626c53ebadea151587
parent170b65472cb7a04501183383ad0eb35439af5595
Add panning interaction model functions to dygraph-externs

Add the startPan(), movePan(), and endPan() functions to the externs file. These functions are commonly used when defining custom interaction models and must be defined in order to satisfy the closure compiler.
dygraph-externs.js