mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix(manipulator): increase coverage for manipulator
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ class Dropdown {
|
||||
_getConfig(config) {
|
||||
config = {
|
||||
...this.constructor.Default,
|
||||
...Util.getDataAttributes(this._element),
|
||||
...Manipulator.getDataAttributes(this._element),
|
||||
...config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user