mirror of
https://github.com/flarum/framework.git
synced 2024-12-14 08:03:37 +08:00
Fix JS docblock
This commit is contained in:
parent
941479edb8
commit
f331f1d07d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user