Changeset - e2b6bc77619a
[Not reviewed]
beta
0 1 0
Aras Pranckevicius - 14 years ago 2012-01-09 21:54:34
aras@unity3d.com
graph: fix null check lost in last merge
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/graph.js
Show inline comments
 
@@ -68,6 +68,8 @@ function BranchRenderer() {
 
			this.scale(scale);
 

	
 
			var row = document.getElementById("chg_"+idx);
 
			if (row == null)
 
				continue;
 
			var	next = document.getElementById("chg_"+(idx+1));
 
			var extra = 0;
 
			
0 comments (0 inline, 0 general)