aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 10:38:58 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 10:38:58 +0100
commitf00599c458f8089e1f430d1f620097a86bc79a37 (patch)
tree3cac6042f9dc1b6a2543aecdb9969d26930fe9c7
parent26de1afbe3f4f2ff7afce7dd6844c939c17ca7b2 (diff)
Fix jslint errors.
Change-Id: Iac55db3d94d5fe29852c8d507074070128c3d00f
-rw-r--r--app/dashboard/static/js/linaro-jobs-all-1.1.0.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-jobs-all-1.1.0.js b/app/dashboard/static/js/linaro-jobs-all-1.1.0.js
index 26d1df7..598741e 100644
--- a/app/dashboard/static/js/linaro-jobs-all-1.1.0.js
+++ b/app/dashboard/static/js/linaro-jobs-all-1.1.0.js
@@ -93,7 +93,7 @@ function batchCountElements(data) {
idx = 0;
if (batchLen > 0) {
- for (idx; idx < batchLen; idx++) {
+ for (idx; idx < batchLen; idx = idx + 1) {
batchResult = batchData[idx].result[0];
$(batchData[idx].operation_id).empty().append(
batchResult.count);