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

Commit

Permalink
Merge pull request #58 from eduardoboucas/master
Browse files Browse the repository at this point in the history
Add SimpleJekyllSearchInit function call
  • Loading branch information
christian-fei committed Mar 11, 2016
2 parents ed7d1b3 + 388af57 commit 5b032fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@

// for backwards compatibility
window.SimpleJekyllSearch.init = window.SimpleJekyllSearch


if (typeof window.SimpleJekyllSearchInit === 'function') {
window.SimpleJekyllSearchInit.call(this, window.SimpleJekyllSearch);
}

function initWithJSON(json){
repository.put(json)
Expand Down

0 comments on commit 5b032fe

Please sign in to comment.