[Pkg-javascript-commits] [node-browser-pack] 37/141: camels

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:22 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 7f25946c45c7ae9c1cff706d5180405f1af66614
Author: James Halliday <mail at substack.net>
Date:   Sun Mar 24 12:49:21 2013 -0700

    camels
---
 prelude.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/prelude.js b/prelude.js
index 865085e..7b3f970 100644
--- a/prelude.js
+++ b/prelude.js
@@ -8,7 +8,7 @@
 // orig method which is the requireuire for previous bundles
 
 (function(modules, cache, entry) {
-    function inner_req(name, jumped){
+    function innerReq(name, jumped){
         if(!cache[name]) {
             if(!modules[name]) {
                 // if we cannot find the item within our internal map jump to
@@ -20,11 +20,11 @@
             var m = cache[name] = {exports:{}};
             modules[name][0](function(x){
                 var id = modules[name][1][x];
-                return inner_req(id ? id : x);
+                return innerReq(id ? id : x);
             },m,m.exports);
         }
         return cache[name].exports
     }
-    for(var i=0;i<entry.length;i++) inner_req(entry[i]);
-    return inner_req;
+    for(var i=0;i<entry.length;i++) innerReq(entry[i]);
+    return innerReq;
 })

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