ES5 one-var-declaration-per-line
This commit is contained in:
@ -113,7 +113,8 @@ define([
|
||||
// position of the sidebar would be scrollable and not fixed
|
||||
// partially out of visible screen
|
||||
this.$el.parent().each(function () {
|
||||
var calculated_left, self;
|
||||
var calculated_left,
|
||||
self;
|
||||
|
||||
self = jQuery(this);
|
||||
|
||||
|
Reference in New Issue
Block a user