Type is * instead of value_

This commit is contained in:
Tim Schaub
2018-04-18 16:19:06 -06:00
committed by GitHub
parent b76492c3b8
commit 44fb48d63f

View File

@@ -12,7 +12,7 @@ import EventType from '../events/EventType.js';
* @property {string} key_
* @property {Object} newer
* @property {Object} older
* @property {value_} value_
* @property {*} value_
*/