[Pkg-javascript-commits] [d3-tip.js] 143/277: kill unused length variable

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 d5325c818c2b2950b01b54d70bf418e7592e599f
Author: Justin Palmer <justin at github.com>
Date:   Wed Apr 24 12:14:37 2013 -0700

    kill unused length variable
---
 src/d3.tip.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/d3.tip.js b/src/d3.tip.js
index a8d5dd8..4a3eed5 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -28,7 +28,6 @@ d3.tip = function() {
         poffset = offset.apply(this, arguments),
         dir     = direction.apply(this, arguments),
         nodel   = d3.select(node), i = 0,
-        length  = directions.length,
         coords
 
     nodel.html(content).style('display', 'block')

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