Style tweaks

Follows strictly jshint and jscs rules.
This commit is contained in:
Maxime Quandalle 2015-05-14 14:27:39 +02:00
parent fbc4c5e82e
commit 22b8b6ab20
8 changed files with 23 additions and 19 deletions

View file

@ -61,7 +61,8 @@ BlazeComponent.extendComponent({
var list = $('#js-list-' + this.data()._id);
var nextList = list[isReverse ? 'prev' : 'next']('.js-list').get(0) ||
$('.js-list:' + (isReverse ? 'last' : 'first')).get(0);
var nextListComponent = BlazeComponent.getComponentForElement(nextList);
var nextListComponent =
BlazeComponent.getComponentForElement(nextList);
// XXX Get the real position
var position = 'bottom';