forked from sheetjs/sheetjs
Comment Spelling [ci skip]
This commit is contained in:
parent
5a3e5d91c1
commit
4da25af3aa
4
jszip.js
4
jszip.js
@ -329,9 +329,9 @@ DataReader.prototype = {
|
||||
// see implementations
|
||||
},
|
||||
/**
|
||||
* Find the last occurence of a zip signature (4 bytes).
|
||||
* Find the last occurrence of a zip signature (4 bytes).
|
||||
* @param {string} sig the signature to find.
|
||||
* @return {number} the index of the last occurence, -1 if not found.
|
||||
* @return {number} the index of the last occurrence, -1 if not found.
|
||||
*/
|
||||
lastIndexOfSignature: function(sig) {
|
||||
// see implementations
|
||||
|
Loading…
Reference in New Issue
Block a user