Fixing error with missing .Props file #255

Closed
martinheidegger wants to merge 1 commits from patch-1 into master
martinheidegger commented 2015-06-15 02:12:00 +00:00 (Migrated from github.com)

zip.file uses wb.Props but if .Props is undefined it will throw an error. Seems like the safeguard from a few lines below should be before zip.file

`zip.file` uses `wb.Props` but if `.Props` is undefined it will throw an error. Seems like the safeguard from a few lines below should be before `zip.file`
SheetJSDev commented 2017-02-10 19:40:57 +00:00 (Migrated from github.com)

Thanks @martinheidegger a bunch of related potentially-undefined tests were added

Thanks @martinheidegger a bunch of related potentially-undefined tests were added

Pull request closed

Sign in to join this conversation.
No description provided.