Skip to content

Commit

Permalink
style(collectionRepeat): fix jshint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Feb 9, 2015
1 parent b7a0968 commit 83cc181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/angular/directive/collectionRepeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function($collectionRepeatManager, $collectionDataSource, $parse) {
element: (el = jqLite(child)),
scope: el.isolateScope() || el.scope(),
isOutside: true
})
});
}
}

Expand Down
2 changes: 1 addition & 1 deletion js/angular/service/collectionRepeatManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83cc181

Please sign in to comment.