We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfa048 commit 996d213Copy full SHA for 996d213
lib/web/mage/sticky.js
@@ -8,7 +8,7 @@ define([
8
"jquery/ui"
9
], function($){
10
"use strict";
11
-
+
12
$.widget('mage.sticky', {
13
options: {
14
container: '',
@@ -50,13 +50,13 @@ define([
50
}
51
52
offset = Math.max( 0, Math.min( offset, this.maxOffset) );
53
54
this.element.css( 'top', offset );
55
56
},
57
58
/**
59
- * Defines maximum offset value of the element.
+ * Defines maximum offset value of the element.
60
* @private
61
*/
62
_calculateDimens: function(){
@@ -88,6 +88,6 @@ define([
88
._stick();
89
90
});
91
92
return $.mage.sticky;
93
0 commit comments