mirror of
https://github.com/flarum/framework.git
synced 2024-12-15 00:23:38 +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 {...String} dependentKeys The keys of the dependent values.
|
||||||
* @param {function} compute The function which computes the value using the
|
* @param {function} compute The function which computes the value using the
|
||||||
* dependent values.
|
* dependent values.
|
||||||
* @return {}
|
* @return {Function}
|
||||||
*/
|
*/
|
||||||
export default function computed(...dependentKeys) {
|
export default function computed(...dependentKeys) {
|
||||||
const keys = dependentKeys.slice(0, -1);
|
const keys = dependentKeys.slice(0, -1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user