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

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:52 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 8a5cad0213134ecea9263eeefb6aa48f54188ca3
Author: Jason Davies <jason at jasondavies.com>
Date:   Sat Jul 16 11:51:03 2011 +0100

    Add missing semicolon.
---
 science.js        | 2 +-
 src/core/hypot.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/science.js b/science.js
index 213bf78..387608c 100644
--- a/science.js
+++ b/science.js
@@ -13,5 +13,5 @@ science.hypot = function(x, y) {
   else       { max = y; min = x; }
   var r = min / max;
   return max * Math.sqrt(1 + r * r);
-}
+};
 })()
\ No newline at end of file
diff --git a/src/core/hypot.js b/src/core/hypot.js
index 7ab3cc2..c4f7a59 100644
--- a/src/core/hypot.js
+++ b/src/core/hypot.js
@@ -9,4 +9,4 @@ science.hypot = function(x, y) {
   else       { max = y; min = x; }
   var r = min / max;
   return max * Math.sqrt(1 + r * r);
-}
+};

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