[Pkg-javascript-commits] [d3-tip.js] 83/277: remove unused container var
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:19 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 6f42b0f5b9e8889665473df083a4ba57e27efe3b
Author: Justin Palmer <justin at github.com>
Date: Sun Apr 7 19:47:15 2013 -0700
remove unused container var
no longer need this after removing debug method
---
src/d3.tip.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/d3.tip.js b/src/d3.tip.js
index 902d0ff..c727a7b 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -7,11 +7,9 @@ d3.tip = function() {
text = d3_svg_text,
node = init_node(),
svg = null,
- container = null,
point = null;
function tip(svg) {
- container = svg
svg = get_svg_node(svg)
point = svg.createSVGPoint()
document.body.appendChild(node)
--
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