fix typo Promise -> PromiseA (for node 0.10.x)

This commit is contained in:
AJ ONeal 2015-01-14 05:44:46 -05:00
parent cd60311427
commit e58d018e50
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@
;
function render(contentstr/*, desi*/) {
return Promise.resolve(
return PromiseA.resolve(
markitdown.render(contentstr)
//.replace('"', '"')
//.replace(''', "'")