Skip to content

Commit

Permalink
Update docs and files to distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Jun 24, 2014
1 parent dfb4fd3 commit 3390d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion familysearch-javascript-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -8445,7 +8445,7 @@ define('searchAndMatch',[

var searchMatchResponseConvenienceFunctions = {
getSearchResults: function() { return this.entries || []; },
getResultsCount: function() { return this.results; },
getResultsCount: function() { return this.results || 0; },
getIndex: function() { return this.index; }
};

Expand Down
Loading

0 comments on commit 3390d0e

Please sign in to comment.