Skip to content
Commit 7744ad00 authored by Sergey Ponomarev's avatar Sergey Ponomarev
Browse files

luci-base: Fix typos in JsDocs



In some places argument name was renamed but in the JsDoc it's remain old.

Added more typing for string enum fields like:

 @param {string} [type=text]

replaced with:

 @param {"blob"|"text"|"blob"} [type=text]

Signed-off-by: default avatarSergey Ponomarev <stokito@gmail.com>
parent d35dd2d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment