Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -176,8 +176,7 @@ | ... | @@ -176,8 +176,7 @@ |
176 | i++; | 176 | i++; |
177 | } | 177 | } |
178 | 178 | ||
179 | - //<% probArr.forEach((probArr) => {%> | 179 | + <% for(var n; n < probArr.length; n++) {%> |
180 | - <% for(var n in probArr) {%> | ||
181 | var temp, temp2; | 180 | var temp, temp2; |
182 | temp = <%=probArr[n] %>; | 181 | temp = <%=probArr[n] %>; |
183 | temp2 = <%=factorArr[n] %>; | 182 | temp2 = <%=factorArr[n] %>; | ... | ... |
-
Please register or login to post a comment