Fixing typo - tab control character hidden

pull/29/head
Joan Guillén i Pelegay 2016-12-22 09:45:04 +01:00
rodzic e50f4e3712
commit 6b20644c53
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3358,7 +3358,7 @@ Process.prototype.flashContext = function () {
!(expr instanceof CommandSlotMorph) &&
!this.context.isFlashing &&
expr.world() &&
!(expr instanceof ColorSlotMorph)) {
!(expr instanceof ColorSlotMorph)) {
this.unflash();
expr.flash();
this.context.isFlashing = true;