Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Feb 2, 2015
1 parent 0912ad2 commit 4693b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.morph/morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ angular.module('arethusa.morph').service('morph', [
function loadSearchIndex() {
// we should have initialized it before here but just in case
if (! angular.isDefined(searchIndex)) {
initSearchIndex;
initSearchIndex();
}
angular.forEach(state.tokens, function(token, id) {
var form = token.morphology || {};
Expand Down

0 comments on commit 4693b26

Please sign in to comment.