Skip to content

Commit 996d213

Browse files
committed
Trailing spaces was removed
1 parent 8bfa048 commit 996d213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/web/mage/sticky.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define([
88
"jquery/ui"
99
], function($){
1010
"use strict";
11-
11+
1212
$.widget('mage.sticky', {
1313
options: {
1414
container: '',
@@ -50,13 +50,13 @@ define([
5050
}
5151

5252
offset = Math.max( 0, Math.min( offset, this.maxOffset) );
53-
53+
5454
this.element.css( 'top', offset );
5555
}
5656
},
5757

5858
/**
59-
* Defines maximum offset value of the element.
59+
* Defines maximum offset value of the element.
6060
* @private
6161
*/
6262
_calculateDimens: function(){
@@ -88,6 +88,6 @@ define([
8888
._stick();
8989
}
9090
});
91-
91+
9292
return $.mage.sticky;
9393
});

0 commit comments

Comments
 (0)