EventIndexPeg: Style fix for a docstring.
parent
d9e933c915
commit
825b6f7b7d
|
@ -62,7 +62,8 @@ class EventIndexPeg {
|
||||||
return this.initEventIndex();
|
return this.initEventIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize the event index.
|
/**
|
||||||
|
* Initialize the event index.
|
||||||
*
|
*
|
||||||
* @returns {boolean} True if the event index was succesfully initialized,
|
* @returns {boolean} True if the event index was succesfully initialized,
|
||||||
* false otherwise.
|
* false otherwise.
|
||||||
|
|
Loading…
Reference in New Issue