Index: lib/filterNotifier.js |
=================================================================== |
--- a/lib/filterNotifier.js |
+++ b/lib/filterNotifier.js |
@@ -22,7 +22,7 @@ |
/** |
* List of registered listeners |
- * @type Array of function(action, item, newValue, oldValue) |
+ * @type function[] |
*/ |
let listeners = []; |