From 1bc38cbc095bbb8ec1e366a2c74a26503e28017a Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Mon, 27 Jun 2011 16:22:37 -0400 Subject: [PATCH] Comment update. --- dygraph-utils.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4