Skip to content

Commit

Permalink
declare ref variable in getInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryhole authored Mar 18, 2022
1 parent a432d48 commit 94943c4
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 94943c4

Please sign in to comment.