ES5 one-var-declaration-per-line

This commit is contained in:
Amine Ben hammou
2017-09-25 09:37:15 +00:00
parent a596add838
commit a11d6d7868
7 changed files with 46 additions and 23 deletions

View File

@ -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);