Remove extra Thread require

This commit is contained in:
Tim Mickel 2016-08-23 18:46:54 -04:00
parent 4f2cccf279
commit 4f81033762

View file

@ -1,5 +1,3 @@
var Thread = require('../engine/thread');
function Scratch3EventBlocks(runtime) { function Scratch3EventBlocks(runtime) {
/** /**
* The runtime instantiating this block package. * The runtime instantiating this block package.