[Pkg-javascript-commits] [d3-tip.js] 155/277: Add trailing semicolon to prevent file concat issues.

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:26 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 2f8938e56df7771b9756598a7fd39f92f3444a60
Author: Nick Muerdter <stuff at nickm.org>
Date:   Sun Jun 9 11:46:51 2013 -0600

    Add trailing semicolon to prevent file concat issues.
---
 src/d3.tip.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/d3.tip.js b/src/d3.tip.js
index 5e3f545..d8de8d7 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -268,4 +268,4 @@ d3.tip = function() {
   }
 
   return tip;
-}
+};

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