提交 8dadb647 编写于 作者: K Kohsuke Kawaguchi

deal with whitespace better

上级 0dc5a7bf
......@@ -1122,7 +1122,7 @@ var jenkinsRules = {
*/
eachRow : function(recursive,f) {
if (recursive) {
for (var e=this.start; e!=this.end; e=e.nextSibling)
for (var e=this.start; e!=this.end; e=$(e).next())
f(e);
} else {
throw "not implemented yet";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册