[Pkg-javascript-commits] [d3-tip.js] 01/17: Fix typo on direction_se() for style consistency.
Sunil Mohan Adapa
sunilmohan-guest at moszumanska.debian.org
Thu Dec 8 10:37:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunilmohan-guest pushed a commit to branch upstream
in repository d3-tip.js.
commit 943ecce1d2f397bff311a89d26166e07cffbfb71
Author: Wes Tyler <westyler5 at gmail.com>
Date: Mon Aug 10 16:41:21 2015 -0500
Fix typo on direction_se() for style consistency.
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index 13e146b..bb468db 100644
--- a/index.js
+++ b/index.js
@@ -234,7 +234,7 @@
var bbox = getScreenBBox()
return {
top: bbox.se.y,
- left: bbox.e.x
+ left: bbox.se.x
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git
More information about the Pkg-javascript-commits
mailing list