Änderungen

Update home erstellt von Henning Leutz's avatar Henning Leutz
......@@ -54,3 +54,12 @@ require([
}).inject(DomNode);
});
```
JS Events
```
@event onOrderValid [this] - Fires as soon as all order requirements are met
@event onOrderInvalid [this] - Fires if the order requirements are not met
@event onOrderStart [this] - Fires as soon as the order starts to execute
@event onOrderSuccessful [this] - Fires if the order was successfully executed
```