Skip to content

Commit

Permalink
Merge pull request #10 from aadamowski/develop
Browse files Browse the repository at this point in the history
Fix missing markup parser definition.
  • Loading branch information
bormind committed Dec 17, 2013
2 parents 0056f7b + c064b75 commit 6229dc1
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 6229dc1

Please sign in to comment.