[Pkg-javascript-commits] [science.js] 18/87: Add missing semicolon.

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:53 UTC 2016


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

bhuvan-guest pushed a commit to branch master
in repository science.js.

commit d176787fb38b42e3328bfd62111cb21e418ea090
Author: Jason Davies <jason at jasondavies.com>
Date:   Thu Aug 25 20:16:01 2011 +0100

    Add missing semicolon.
---
 src/stats/kmeans.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stats/kmeans.js b/src/stats/kmeans.js
index 311d994..0426826 100644
--- a/src/stats/kmeans.js
+++ b/src/stats/kmeans.js
@@ -84,7 +84,7 @@ science.stats.kmeans = function() {
   };
 
   return kmeans;
-}
+};
 
 function science_stats_kmeansCompare(a, b) {
   if (!a || !b || a.length !== b.length) return false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/science.js.git



More information about the Pkg-javascript-commits mailing list