[Pkg-javascript-commits] [d3-tip.js] 147/277: update direction docs with intercardinal directions

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit a18767448779e8c13333f2db35c673c1d54254cd
Author: Justin Palmer <justin at github.com>
Date:   Wed Apr 24 14:33:13 2013 -0700

    update direction docs with intercardinal directions
---
 src/d3.tip.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/d3.tip.js b/src/d3.tip.js
index 4a3eed5..1244d13 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -85,7 +85,8 @@ d3.tip = function() {
 
   // Public: Set or get the direction of the tooltip
   //
-  // v - One of n(orth), s(outh), e(ast), or w(est)
+  // v - One of n(north), s(south), e(east), or w(west), nw(northwest),
+  //     sw(southwest), ne(northeast) or se(southeast)
   //
   // Returns tip or direction
   tip.direction = function(v) {

-- 
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