Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Aug 10, 2015
1 parent 16670d1 commit b991b21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;(function(window,document,undefined){
;(function(window, document, undefined){
'use strict'

var options = {
Expand Down Expand Up @@ -62,8 +62,6 @@
})
}

function throwError(message){ throw new Error('SimpleJekyllSearch --- '+ message) }

function emptyResultsContainer(){
options.resultsContainer.innerHTML = ''
}
Expand Down Expand Up @@ -91,4 +89,6 @@
appendToResultsContainer( templater.render(options.searchResultTemplate, results[i]) )
}
}
})(window,document);

function throwError(message){ throw new Error('SimpleJekyllSearch --- '+ message) }
})(window, document);

0 comments on commit b991b21

Please sign in to comment.