Skip to content

Commit

Permalink
Merge pull request #276 from memoryhole/memoryhole-var-decl-fix-getinfo
Browse files Browse the repository at this point in the history
declare ref variable in getInfo
  • Loading branch information
cconcolato authored Mar 18, 2022
2 parents a432d48 + 94943c4 commit 9240668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ ISOFile.prototype.getInfo = function() {
var movie = {};
var trak;
var track;
var ref;
var sample_desc;
var _1904 = (new Date('1904-01-01T00:00:00Z').getTime());

Expand Down

0 comments on commit 9240668

Please sign in to comment.