[Pkg-javascript-commits] [science.js] 57/87: added missing comma

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:12:00 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 d10097a5ca51114b51bea705ddb789b18d746c0a
Author: Carlos Scheidegger <cscheid at research.att.com>
Date:   Tue Feb 14 19:39:24 2012 -0500

    added missing comma
---
 src/lin/inverse.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lin/inverse.js b/src/lin/inverse.js
index 6a87045..0836b2e 100644
--- a/src/lin/inverse.js
+++ b/src/lin/inverse.js
@@ -1,6 +1,6 @@
 // Find matrix inverse using Gauss-Jordan.
 science.lin.inverse = function(m) {
-  var n = m.length
+  var n = m.length,
       i = -1;
 
   // Check if the matrix is square.

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