remove debug code
parent
5563b26b75
commit
9bda193879
|
@ -14,10 +14,6 @@ export function css(strs, ...args) {
|
||||||
while (tmp.length) {
|
while (tmp.length) {
|
||||||
output += tmp.shift() + (args.shift() || '')
|
output += tmp.shift() + (args.shift() || '')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.length) {
|
|
||||||
output += args.join(' ')
|
|
||||||
}
|
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,10 +37,6 @@ export function html(strs, ...args) {
|
||||||
}
|
}
|
||||||
output += tmp.shift() + (_ === void 0 ? '' : _)
|
output += tmp.shift() + (_ === void 0 ? '' : _)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.length) {
|
|
||||||
output += args.join(' ')
|
|
||||||
}
|
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue