Commit cb68308d authored by JC Brand's avatar JC Brand

Fix JSDOC comment

parent cd60614f
......@@ -78,7 +78,7 @@ class DOMNavigator {
/**
* The default options for the DOM navigator.
* @returns {{
* down: number
* down: number,
* getSelector: null,
* jump_to_picked: null,
* jump_to_picked_direction: null,
......@@ -87,7 +87,7 @@ class DOMNavigator {
* onSelected: null,
* right: number,
* selected: string,
* up: number,
* up: number
* }}
*/
static get DEFAULTS () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment