[Pkg-javascript-commits] [d3-tip.js] 188/277: remove d3.tip.min.js since it was highly likely to be out of sync

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:29 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 8e6da06afe6ca32ff83f73cb46a61da2c6814e7c
Author: Justin Palmer <justin at github.com>
Date:   Tue Oct 1 09:31:12 2013 -0700

    remove d3.tip.min.js since it was highly likely to be out of sync
---
 d3.tip.min.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/d3.tip.min.js b/d3.tip.min.js
deleted file mode 100644
index 6ce9f52..0000000
--- a/d3.tip.min.js
+++ /dev/null
@@ -1 +0,0 @@
-d3.tip=function(){var direction=d3_tip_direction,offset=d3_tip_offset,html=d3_tip_html,node=initNode(),svg=null,point=null;function tip(vis){svg=getSVGNode(vis);point=svg.createSVGPoint();document.body.appendChild(node)}tip.show=function(){var content=html.apply(this,arguments),poffset=offset.apply(this,arguments),dir=direction.apply(this,arguments),nodel=d3.select(node),i=0,coords;nodel.html(content).style({opacity:1,pointerEvents:"all"});while(i--)nodel.classed(directions[i],false);coo [...]
\ No newline at end of file

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