From 83cc181800bb32b0aa8d98aa1b163873ea0fe7cc Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 9 Feb 2015 11:58:19 -0700 Subject: [PATCH] style(collectionRepeat): fix jshint errors --- js/angular/directive/collectionRepeat.js | 2 +- js/angular/service/collectionRepeatManager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 0df946b9b2..eac1348425 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -227,7 +227,7 @@ function($collectionRepeatManager, $collectionDataSource, $parse) { element: (el = jqLite(child)), scope: el.isolateScope() || el.scope(), isOutside: true - }) + }); } } diff --git a/js/angular/service/collectionRepeatManager.js b/js/angular/service/collectionRepeatManager.js index a70a790e4c..54bd8e0140 100644 --- a/js/angular/service/collectionRepeatManager.js +++ b/js/angular/service/collectionRepeatManager.js @@ -323,7 +323,7 @@ function($rootScope, $timeout) { primaryPos, secondaryPos )); item.primaryPos = primaryPos; - item.secondaryPos = secondaryPos + item.secondaryPos = secondaryPos; } var width = this.isVertical ? itemDimensions.secondarySize : itemDimensions.primarySize;