From d5d3f0b47aac25d7b567f76b590fc02250bc1bfa Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Mon, 29 Aug 2016 22:32:08 -0400 Subject: [PATCH] Update documentation to match last commit. --- doc/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/events.md b/doc/events.md index 67608cb..a8c740c 100644 --- a/doc/events.md +++ b/doc/events.md @@ -8,7 +8,7 @@ Fired when a panorama finishes loading. ## `scenechange` Fired when a scene change is initiated. A `load` event will be fired when the -new scene finishes loading. +new scene finishes loading. Passes scene ID string to handler. ## `error`