mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Lint
This commit is contained in:
parent
bd95c1461d
commit
5615583fb2
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@ npm-*
|
|||
/dist.js
|
||||
/vm.js
|
||||
/vm.min.js
|
||||
/playground/assets
|
||||
/playground/media
|
||||
/playground/vendor.js
|
||||
/playground/vm.js
|
||||
|
|
|
@ -378,7 +378,7 @@ Runtime.prototype.dispose = function () {
|
|||
|
||||
/**
|
||||
* Dispose of a target.
|
||||
* @param {!Target} target Target to dispose of.
|
||||
* @param {!Target} disposingTarget Target to dispose of.
|
||||
*/
|
||||
Runtime.prototype.disposeTarget = function (disposingTarget) {
|
||||
this.targets = this.targets.filter(function (target) {
|
||||
|
|
Loading…
Reference in a new issue