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 e7ffc70 commit 92abf74Copy full SHA for 92abf74
jquery.flexverticalcenter.js
@@ -17,10 +17,10 @@
17
parentSelector: null, // a selector representing the parent to vertically center this element within
18
debounceTimeout: 25 // a default debounce timeout in milliseconds
19
}, options || {});
20
- var debounce;
21
22
return this.each(function(){
23
var $this = $(this); // store the object
+ var debounce;
24
25
// recalculate the distance to the top of the element to keep it centered
26
var resizer = function () {
0 commit comments