[Events] Reversed viewing order

When viewing an event message generator new messages are now added to the
bottom of the display, rather than being added to the top and pushing
the other messages down by one. #18.
This commit is contained in:
Sarah Hale
2015-06-22 13:40:55 -07:00
parent 0feb3b0462
commit 7be7844824
4 changed files with 9 additions and 5 deletions

View File

@ -342,7 +342,7 @@ define(
* the second form, it returns an array ordered in
* same manner as `getMetadata()` or
* `getTelemetryObjects()`; that is, the telemetry
* response at agiven index will correspond to the
* response at a given index will correspond to the
* telemetry-providing domain object at the same index.
* @returns {Array} an array of responses
*/