mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Fix JS docblock
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user