treewide: minor fixes to typos, whitespace, and indentation
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
This commit is contained in:
parent
03d11de79f
commit
d3280e6f5d
7 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI account managment module
|
||||
LUCI_TITLE:=LuCI account management module
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -672,12 +672,12 @@
|
|||
* if it is an object, it will be converted to JSON, in all other
|
||||
* cases it is converted to a string.
|
||||
*
|
||||
* @property {Object<string, string>} [header]
|
||||
* Specifies HTTP headers to set for the request.
|
||||
*
|
||||
* @property {function} [progress]
|
||||
* An optional request callback function which receives ProgressEvent
|
||||
* instances as sole argument during the HTTP request transfer.
|
||||
* @property {Object<string, string>} [header]
|
||||
* Specifies HTTP headers to set for the request.
|
||||
*
|
||||
* @property {function} [progress]
|
||||
* An optional request callback function which receives ProgressEvent
|
||||
* instances as sole argument during the HTTP request transfer.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -147,7 +147,7 @@ return baseclass.extend({
|
|||
for (var j = 0; j < network_items.length; j++) {
|
||||
var net = network_items[j],
|
||||
is_assoc = (net.getBSSID() != '00:00:00:00:00:00' && net.getChannel() && !net.isDisabled()),
|
||||
chan = net.getChannel(),
|
||||
chan = net.getChannel(),
|
||||
freq = net.getFrequency(),
|
||||
rate = net.getBitRate();
|
||||
|
||||
|
|
Loading…
Reference in a new issue