style fix for bool

pull/3/merge
Michael Ball 2014-04-27 12:46:57 -07:00
rodzic 9dad5314df
commit 826eb102c8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1482,7 +1482,7 @@ Process.prototype.doSetFastTracking = function (bool) {
if (this.homeContext.receiver) {
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
if (ide) {
if (bool === true) {
if (bool) {
ide.startFastTracking();
} else {
ide.stopFastTracking();