mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Style tweaks
Follows strictly jshint and jscs rules.
This commit is contained in:
parent
fbc4c5e82e
commit
22b8b6ab20
8 changed files with 23 additions and 19 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue