From: Robert Konigsberg Date: Mon, 27 Jun 2011 20:22:37 +0000 (-0400) Subject: Comment update. X-Git-Tag: v1.0.0~458^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1bc38cbc095bbb8ec1e366a2c74a26503e28017a;p=dygraphs.git Comment update. --- diff --git a/dygraph-utils.js b/dygraph-utils.js index 27196d8..e03aaf8 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -172,6 +172,7 @@ Dygraph.hsvToRGB = function (hue, saturation, value) { // The following functions are from quirksmode.org with a modification for Safari from // http://blog.firetree.net/2005/07/04/javascript-find-position/ // http://www.quirksmode.org/js/findpos.html +// ... and modifications to support scrolling divs. /** * Find the x-coordinate of the supplied object relative to the left side