mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Remove line break
This commit is contained in:
parent
220d854f28
commit
c754cc7cf8
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ var isPromise = function (value) {
|
|||
* @param {!Thread} thread Thread which to read and execute.
|
||||
*/
|
||||
var execute = function (sequencer, thread) {
|
||||
|
||||
var runtime = sequencer.runtime;
|
||||
var target = thread.target;
|
||||
|
||||
|
|
Loading…
Reference in a new issue