[Pkg-javascript-commits] [node-async] 177/480: without this '; ' uglify throw errors when trying to build with strict_semicolons option
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 16de51a63bbf836b34b9a974dc7d445195b9f7c0
Author: PG Herveou <pgherveou at gmail.com>
Date: Sun Apr 29 17:10:21 2012 +0300
without this ';' uglify throw errors when trying to build with strict_semicolons option
---
lib/async.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/async.js b/lib/async.js
index 52276d6..d07e0d4 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -686,7 +686,7 @@
async.unmemoize = function (fn) {
return function () {
return (fn.unmemoized || fn).apply(null, arguments);
- }
+ };
};
}());
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list