2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Unbreak short lines

This commit is contained in:
XhmikosR
2020-06-10 18:40:52 +03:00
parent 9f9e4d04a1
commit 94a5d87e15
6 changed files with 40 additions and 58 deletions
+1 -5
View File
@@ -172,11 +172,7 @@ class Toast {
...typeof config === 'object' && config ? config : {}
}
typeCheckConfig(
NAME,
config,
this.constructor.DefaultType
)
typeCheckConfig(NAME, config, this.constructor.DefaultType)
return config
}