[Pkg-javascript-commits] [d3-tip.js] 02/17: Update README.md

Sunil Mohan Adapa sunilmohan-guest at moszumanska.debian.org
Thu Dec 8 10:37:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunilmohan-guest pushed a commit to branch upstream
in repository d3-tip.js.

commit 5cd4c72a0635bc4eb389bcda9afcf2a35273dbed
Author: Peter Shultz <pshultz at umich.edu>
Date:   Wed Aug 26 10:55:19 2015 -0400

    Update README.md
    
    Changed indentation of command to improve style
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 67864a1..32a29c3 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ vis.call(tip)
 
 vis.selectAll('rect')
   .data(data)
-.enter().append('rect')
+  .enter()
+  .append('rect')
   .attr('width', function() { return x.rangeBand() })
   .attr('height', function(d) { return h - y(d) })
   .attr('y', function(d) { return y(d) })

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