projects
/
project
/
luci2
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcdd688
)
luci2: remove newline from generated view constructor code to make debugger line...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 5 Oct 2013 20:18:59 +0000
(20:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 5 Oct 2013 20:18:59 +0000
(20:18 +0000)
luci2/htdocs/luci2/luci2.js
patch
|
blob
|
history
diff --git
a/luci2/htdocs/luci2/luci2.js
b/luci2/htdocs/luci2/luci2.js
index fc5d84a458f71e3799ae5ecb0f15323a0993a831..43cd54e842c835c2290017ba1ea75eaba11226dd 100644
(file)
--- a/
luci2/htdocs/luci2/luci2.js
+++ b/
luci2/htdocs/luci2/luci2.js
@@
-2056,7
+2056,7
@@
function LuCI2()
}).then(function(data) {
try {
var viewConstructorSource = (
- '(function(L, $) {
\n
' +
+ '(function(L, $) {
' +
'return %s' +
'})(_luci2, $);\n\n' +
'//@ sourceURL=%s'