Slide 24
Slide 24 text
Variable Injection
// Generate method signature from defined
// objects
(function(car, trafficLights, background) {
// Paste user code here
function loop() {
car.drawAt(0,0,50,50)
}
// ...
// ...
// ...
}).apply(null, exposedObjects);
Friday, 31 May 13