mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
4c7a3925b8
Convert existing JavaScript code in LuCI base to utilize ES6 standard features such as spread arguments, arrow functions, object method declarations etc. This makes the code somewhat easier to follow and slightly smaller. Signed-off-by: Jo-Philipp Wich <jo@mein.io>