Update challenge3.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
```{
|
||||||
init: function(elevators, floors) {
|
init: function(elevators, floors) {
|
||||||
var elevator = elevators[0];
|
var elevator = elevators[0];
|
||||||
elevator.on("idle", function() {
|
elevator.on("idle", function() {
|
||||||
@@ -12,4 +12,4 @@
|
|||||||
},
|
},
|
||||||
update: function(dt, elevators, floors) {
|
update: function(dt, elevators, floors) {
|
||||||
}
|
}
|
||||||
}
|
}```
|
||||||
Reference in New Issue
Block a user