[build] 4.3.5
This commit is contained in:
parent
ae3f74bfd4
commit
97793bfd6c
14 changed files with 89 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ const DEFAULT_OPTIONS = {
|
|||
function tpl (id, options) {
|
||||
const qs = []
|
||||
|
||||
for (let key in options) {
|
||||
for (const key in options) {
|
||||
qs.push(`${key}=${options[key]}`)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue