mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Remove unused Promise in scratch3_operators
This commit is contained in:
parent
c47a061edb
commit
0b826c0dc9
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
var Promise = require('promise');
|
||||
|
||||
function Scratch3OperatorsBlocks(runtime) {
|
||||
/**
|
||||
* The runtime instantiating this block package.
|
||||
|
|
Loading…
Reference in a new issue