mirror of https://github.com/twbs/bootstrap.git
Fix JS linting issue
This commit is contained in:
parent
b0a530abf4
commit
8fb67874c5
|
@ -85,7 +85,7 @@ const DefaultType = {
|
||||||
offset: '(array|string|function)',
|
offset: '(array|string|function)',
|
||||||
popperConfig: '(null|object|function)',
|
popperConfig: '(null|object|function)',
|
||||||
reference: '(string|element|object)',
|
reference: '(string|element|object)',
|
||||||
strategy: 'string',
|
strategy: 'string'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue