Skip to content

Commit 01d2d65

Browse files
committed
Fixed lint complain
1 parent fa88e75 commit 01d2d65

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ RawClip.prototype.load = function(s) {
108108
if (s.length < off + len) {
109109
for (i = off; i < s.length; i++) a.push(_hex(s.charCodeAt(i)));
110110
this._complain(off, 'Incomplete message', a.join(' '));
111-
// off += len;
112111
break;
113112
}
114113
for (i = 0; i < len; i++) a.push(s.charCodeAt(off + i));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-midi-files",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A framework for producing test MIDI files",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)