Skip to content

Commit 827c76b

Browse files
committed
Update EpubItem.js
Swapped string to double quotes.
1 parent dccc7d8 commit 827c76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/js/EpubItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class ImageInfo extends EpubItem {
187187
}
188188

189189
getBase64(maxLength) {
190-
var binary = '';
190+
var binary = "";
191191
var bytes = new Uint8Array(this.arraybuffer);
192192
var len = bytes.byteLength;
193193
if (maxLength > 0) len = Math.min(len, maxLength);

0 commit comments

Comments
 (0)