[Pkg-javascript-commits] [d3-tip.js] 27/277: don't need d3_svg_stem any longer

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:13 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 5846c774baa07b707dc31965c9a4de4a50cae4e0
Author: Justin Palmer <justin at labratrevenge.com>
Date:   Mon Jan 9 10:56:37 2012 -0800

    don't need d3_svg_stem any longer
---
 src/d3.tip.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/d3.tip.js b/src/d3.tip.js
index d8a71c4..25f8d74 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -149,10 +149,6 @@ d3.svg.tip = function() {
     return ' ';
   }
 
-  function d3_svg_stem() {
-    return d3.svg.symbol().type(orient == 'bottom' ? 'triangle-up' : 'triangle-down').size(stemSize);
-  }
-
   tip.attr = function(n, v) {
     d3.select(node).attr(n, v)
     return tip;

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