mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 07:51:04 -04:00
Case problem with blocks.js in index.js
This commit is contained in:
parent
53372c5704
commit
f158af18b1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
var EventEmitter = require('events');
|
||||
var util = require('util');
|
||||
|
||||
var Blocks = require('./engine/Blocks');
|
||||
var Blocks = require('./engine/blocks');
|
||||
var Runtime = require('./engine/runtime');
|
||||
var adapter = require('./engine/adapter');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue