Merge pull request #1628 from cycomachead/cashed-typo

fix typo in cachedInputs
upd4.1
Jens Mönig 2017-01-20 11:06:02 +01:00 zatwierdzone przez GitHub
commit e604992676
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2175,7 +2175,7 @@ BlockMorph.prototype.init = function (silently) {
BlockMorph.uber.init.call(this, silently);
this.color = new Color(0, 17, 173);
this.cashedInputs = null;
this.cachedInputs = null;
};
BlockMorph.prototype.receiver = function () {