Skip to content

Commit 905e84c

Browse files
committed
Put back the comment about the data signature
1 parent b6c94d0 commit 905e84c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/workers/zip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ addEventListener('message', function (evt) {
7171
}
7272
}
7373

74+
// data: {audio: url, beats: { difficulty JSONs }}
7475
postMessage({ message: 'load', data: data, version: version, hash: hash });
7576
});
7677
})

0 commit comments

Comments
 (0)