dygraph-utils.js: isElementContainedBy -> isNodeContainedBy
authorLucas Bergman <slb@google.com>
Wed, 6 Mar 2013 21:02:33 +0000 (15:02 -0600)
committerLucas Bergman <lucas@bergmans.us>
Tue, 2 Apr 2013 15:35:28 +0000 (10:35 -0500)
commitbcb545f434f8284b56a4e5a201b6d8c1f60af702
treeb3a557f82296767b160f027c8de5793f13ad79e9
parent794e4d006192940a44e2678cb570392017dc9361
dygraph-utils.js: isElementContainedBy -> isNodeContainedBy

This fixes a type nit when using the Closure Compiler, since walking
parentNode can give an Element or Document node, not just an Element.
dygraph-utils.js
dygraph.js