Skip to content
Snippets Groups Projects
Commit b2a051a3 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unhelpful annotations.

parent db07f1e4
No related merge requests found
...@@ -250,7 +250,6 @@ function setupAutocomplete() { ...@@ -250,7 +250,6 @@ function setupAutocomplete() {
/** /**
* Handle arrow keys to jump to next record * Handle arrow keys to jump to next record
* @returns {undefined}
*/ */
function keyboardShortcuts() { function keyboardShortcuts() {
var $searchform = $('.searchForm_lookfor'); var $searchform = $('.searchForm_lookfor');
...@@ -292,7 +291,6 @@ function keyboardShortcuts() { ...@@ -292,7 +291,6 @@ function keyboardShortcuts() {
/** /**
* Setup facets * Setup facets
* @returns {undefined}
*/ */
function setupFacets() { function setupFacets() {
// Advanced facets // Advanced facets
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment