[Pkg-javascript-commits] [node-browser-pack] 103/141: Remove extra article
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:23:29 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 01d39894f7168983f66200e727cdaadf881cd39d
Author: Ilya Vassilevsky <vassilevsky at gmail.com>
Date: Wed Feb 4 01:26:20 2015 +0300
Remove extra article
<3
---
prelude.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prelude.js b/prelude.js
index 3cbac8e..d291c69 100644
--- a/prelude.js
+++ b/prelude.js
@@ -14,7 +14,7 @@
function newRequire(name, jumped){
if(!cache[name]) {
if(!modules[name]) {
- // if we cannot find the the module within our internal map or
+ // if we cannot find the module within our internal map or
// cache jump to the current global require ie. the last bundle
// that was added to the page.
var currentRequire = typeof require == "function" && require;
--
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