ironed out some minor stuff + tweaks... gen2 appears to be working

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-06 01:40:54 +03:00
parent edafae8605
commit bf250a5036

View File

@ -238,7 +238,7 @@ module = {
return $(pages
.map(function(page){
var e = elem.clone()
.attr('src', page.path)
.attr('src', page.path())
parse(e, page)
return e[0]
}))