Navigation Menu

Skip to content

Commit

Permalink
Add missing 'var'
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 14, 2012
1 parent 7501a78 commit b028ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert.js
Expand Up @@ -27,7 +27,7 @@ function htmlToText(html, callback) {
function parse(doc, context) {
var item = {};

title = doc.textRaw;
var title = doc.textRaw;
context = context || {};
context.items = context.items || [];
context.path = context.path || [];
Expand Down

0 comments on commit b028ced

Please sign in to comment.