kopia lustrzana https://github.com/backface/turtlestitch
style fix for bool
rodzic
9dad5314df
commit
826eb102c8
|
@ -1482,7 +1482,7 @@ Process.prototype.doSetFastTracking = function (bool) {
|
||||||
if (this.homeContext.receiver) {
|
if (this.homeContext.receiver) {
|
||||||
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
|
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
|
||||||
if (ide) {
|
if (ide) {
|
||||||
if (bool === true) {
|
if (bool) {
|
||||||
ide.startFastTracking();
|
ide.startFastTracking();
|
||||||
} else {
|
} else {
|
||||||
ide.stopFastTracking();
|
ide.stopFastTracking();
|
||||||
|
|
Ładowanie…
Reference in New Issue