зеркало из https://github.com/mozilla/pjs.git
Improving readability.
This commit is contained in:
Родитель
2efc9263ba
Коммит
33c273f62c
|
@ -75,14 +75,15 @@ function Car(make)
|
|||
}
|
||||
}
|
||||
|
||||
var myCar = new Car(cnMake);
|
||||
myCar.paint();
|
||||
|
||||
var myCar = new Car(cnMake);
|
||||
status = 'Section 3 of test';
|
||||
actual = myCar.make;
|
||||
expect = cnMake;
|
||||
addThis();
|
||||
|
||||
|
||||
myCar.paint();
|
||||
status = 'Section 4 of test';
|
||||
actual = myCar.color;
|
||||
expect = cnColor;
|
||||
|
|
Загрузка…
Ссылка в новой задаче