Skip to content

Commit e322ed7

Browse files
authored
jsdoc fixes
1 parent 32818ee commit e322ed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scene/ScenePlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ var ScenePlugin = new Class({
249249
* @property {integer} [duration=1000] - The duration, in ms, for the transition to last.
250250
* @property {boolean} [sleep=false] - Will the Scene responsible for the transition be sent to sleep on completion (`true`), or stopped? (`false`)
251251
* @property {boolean} [allowInput=false] - Will the Scenes Input system be able to process events while it is transitioning in or out?
252-
* @property {boolean} [moveAbove] - More the target Scene to be above this one before the transition starts.
253-
* @property {boolean} [moveBelow] - More the target Scene to be below this one before the transition starts.
252+
* @property {boolean} [moveAbove] - Move the target Scene to be above this one before the transition starts.
253+
* @property {boolean} [moveBelow] - Move the target Scene to be below this one before the transition starts.
254254
* @property {function} [onUpdate] - This callback is invoked every frame for the duration of the transition.
255255
* @property {any} [onUpdateScope] - The context in which the callback is invoked.
256256
* @property {any} [data] - An object containing any data you wish to be passed to the target Scenes init / create methods.

0 commit comments

Comments
 (0)