This commit is contained in:
Ray Schamp 2016-10-24 14:07:38 -04:00
parent d2a0e6fa2d
commit 659014b45f

View file

@ -212,7 +212,7 @@ var execute = function (sequencer, thread) {
// expressions... or something. Not exactly sure why it
// complains here.
// eslint-disable-next-line no-useless-call
return devObject[func].call(devObject[func], args);
return devObject[func].call(devObject, args);
}
}
});