From: Jo-Philipp Wich Date: Mon, 30 Mar 2020 15:35:59 +0000 (+0200) Subject: luci-base: network.js: fix JSDoc syntax error X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a63cea83bda79f42419fa9f4dc3a4da92aead070;p=oweals%2Fluci.git luci-base: network.js: fix JSDoc syntax error Fixes: 506dc5a90 ("luci-base: extended network.js for check if new interface is createable") Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index c79022968..ec40e78be 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -2312,7 +2312,7 @@ Protocol = L.Class.extend(/** @lends LuCI.Network.Protocol.prototype */ { * @param {string} ifname * The name of the interface to be created. * - * @returns {Promise} + * @returns {Promise} * Returns `null` if new interface is createable, else returns (error) message. */ isCreateable: function(ifname) {