[Pkg-javascript-commits] [node-browser-pack] 24/141: 3 more bytes whatevs

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:21 UTC 2017


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

rouca pushed a commit to branch master
in repository node-browser-pack.

commit 3b71fd994992961c3ed732029a50ad9c9456ec12
Author: James Halliday <mail at substack.net>
Date:   Sat Feb 23 00:23:06 2013 -0800

    3 more bytes whatevs
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 8e2014c..44b7b66 100644
--- a/index.js
+++ b/index.js
@@ -8,7 +8,7 @@ var path = require('path');
 
 var prelude = (function () {
     var src = fs.readFileSync(path.join(__dirname, 'prelude.js'), 'utf8');
-    return uglify(src) + '(typeof require !== "undefined"&&require, {'
+    return uglify(src) + '(typeof require!=="undefined"&&require,{'
 })();
 
 module.exports = function (opts) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git



More information about the Pkg-javascript-commits mailing list