Skip to content

Commit

Permalink
Fix missing markup parser definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamowski committed Dec 17, 2013
1 parent 0056f7b commit c064b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epub-modules/epub-fetch/src/models/resource_fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ define(['require', 'module', 'jquery', 'URIjs', './markup_parser', './discover_c
'application/zip': 'zipped'
};

var _markupParser = new MarkupParser();
var _isExploded;
var _dataFetcher;

Expand Down

0 comments on commit c064b75

Please sign in to comment.