1
0
mirror of https://github.com/flarum/core.git synced 2025-06-26 20:54:56 +02:00

Fix JS docblock

This commit is contained in:
Toby Zerner
2015-08-26 17:11:54 +09:30
parent 734badb4bc
commit dea759d5b8

View File

@ -5,7 +5,7 @@
* @param {...String} dependentKeys The keys of the dependent values.
* @param {function} compute The function which computes the value using the
* dependent values.
* @return {}
* @return {Function}
*/
export default function computed(...dependentKeys) {
const keys = dependentKeys.slice(0, -1);