Add panning interaction model functions to dygraph-externs
authorBrent Walther <brentwalther@google.com>
Tue, 1 Jul 2014 15:49:30 +0000 (08:49 -0700)
committerDan Vanderkam <danvdk@gmail.com>
Wed, 22 Oct 2014 02:31:06 +0000 (22:31 -0400)
commitf1c952bc5bc96e75fee5c0687f151c1f58792cea
treea3406c6600c8d5956ec405e1bd7e4a012cd7ed50
parent647eab2f16958929268402c6eb961397f0ae4446
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