[Pkg-javascript-commits] [d3-tip.js] 194/277: update arrow styles to point to new d3-tip location
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:30 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 ad4d9279175da857a82624ff18e60ee05588621b
Author: Justin Palmer <justin at github.com>
Date: Tue Oct 1 09:54:14 2013 -0700
update arrow styles to point to new d3-tip location
---
examples/arrow-styles.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/arrow-styles.html b/examples/arrow-styles.html
index d38ad81..e0fe4ad 100644
--- a/examples/arrow-styles.html
+++ b/examples/arrow-styles.html
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>Example styles</title>
<script type="text/javascript" src="../bower_components/d3/d3.js"></script>
- <script type="text/javascript" src="../src/d3.tip.js"></script>
+ <script type="text/javascript" src="../index.js"></script>
<style type="text/css">
body {
padding: 40px;
@@ -16,7 +16,7 @@
svg.n, svg.s {
margin-left: 200px;
- margin-right: 200px;
+ margin-right: 200px;
}
svg.e {
margin-left: 200px;
--
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