This commit is contained in:
Ray Schamp 2016-10-17 13:53:49 -04:00
parent bd95c1461d
commit 5615583fb2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ npm-*
/dist.js
/vm.js
/vm.min.js
/playground/assets
/playground/media
/playground/vendor.js
/playground/vm.js

View file

@ -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) {