Navigation Menu

Skip to content

Commit

Permalink
Show record titles
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 14, 2012
1 parent cd509fa commit 3b99b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/convert.js
Expand Up @@ -64,6 +64,7 @@ function toSdf(records) {
var version = (new Date()).getTime();

return records.map(function(record, index) {
console.log(index, record.path, record.title);
return {
type: 'add',
id: 'doc_' + index,
Expand Down

0 comments on commit 3b99b41

Please sign in to comment.