Skip to content
Snippets Groups Projects
Commit 3a757b1f authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5710: fixing linting of search

parent 0d4f9da4
No related branches found
No related tags found
1 merge request!19Feature/istwcms 5710 ebremner fix linting
......@@ -16,11 +16,10 @@
$('.uw-header__masthead').toggleClass('open');
}
);
/**
* Javascript for debounce
* @var {string}
* @var {Object}
* @param {func}
* @param {func} func The function to perform
* @returns {function} debounce.
*/
function debouncer(func) {
......@@ -37,7 +36,11 @@
);
};
}
// Check the width of the screen and.
/**
* Function to check the width.
* @returns {null} Null return.
*/
function checkWidth() {
// Set screenWidth var.
var screenWidth = $(window).width();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment