fix list indentation

This commit is contained in:
Zeke Sikelianos 2016-06-23 10:36:16 -07:00
parent 271c39ceb3
commit cfebf7aa6b

View file

@ -360,6 +360,7 @@ Returns:
able to perform the corresponding action. See more about this below.
The `mediaFlags` is an object with the following properties:
* `inError` Boolean - Whether the media element has crashed.
* `isPaused` Boolean - Whether the media element is paused.
* `isMuted` Boolean - Whether the media element is muted.
@ -372,6 +373,7 @@ The `mediaFlags` is an object with the following properties:
* `canRotate` Boolean - Whether the media element can be rotated.
The `editFlags` is an object with the following properties:
* `canUndo` Boolean - Whether the renderer believes it can undo.
* `canRedo` Boolean - Whether the renderer believes it can redo.
* `canCut` Boolean - Whether the renderer believes it can cut.