From 3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 3 Apr 2020 10:00:06 +0200 Subject: treewide: import utility classes explicitly Signed-off-by: Jo-Philipp Wich --- applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-frpc/htdocs/luci-static') diff --git a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js index da86569f18..d93655188b 100644 --- a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js +++ b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js @@ -1,4 +1,5 @@ 'use strict'; +'require view'; 'require ui'; 'require form'; 'require tools.widgets as widgets'; @@ -113,7 +114,7 @@ function defOpts(s, opts, params) { } } -return L.view.extend({ +return view.extend({ render: function() { var m, s, o; -- cgit v1.2.3