mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Unbreak short lines
This commit is contained in:
+1
-5
@@ -708,11 +708,7 @@ class Tooltip {
|
||||
config.content = config.content.toString()
|
||||
}
|
||||
|
||||
typeCheckConfig(
|
||||
NAME,
|
||||
config,
|
||||
this.constructor.DefaultType
|
||||
)
|
||||
typeCheckConfig(NAME, config, this.constructor.DefaultType)
|
||||
|
||||
if (config.sanitize) {
|
||||
config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn)
|
||||
|
||||
Reference in New Issue
Block a user