[Pkg-javascript-commits] [dojo] 01/08: Fixes #5464 !strict
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:11:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.0.3
in repository dojo.
commit 6679f4da3acc347e9d437f4c422d1170fff73a46
Author: Adam Peller <github at peller.org>
Date: Thu Jan 10 20:28:00 2008 +0000
Fixes #5464 !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11992 560b804f-0ae3-0310-86f3-f6aa0a117693
---
_base/html.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_base/html.js b/_base/html.js
index fa8e3d9..c544cde 100644
--- a/_base/html.js
+++ b/_base/html.js
@@ -107,7 +107,7 @@ if(dojo.isIE || dojo.isOpera){
}
node = node.parentNode;
}
- }catch(e){ return -1; /* squelch */ }
+ }catch(e){ /* squelch */ }
return false; // Boolean
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list