mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
Run grunt
.
[ci skip]
This commit is contained in:
3
docs/dist/js/umd/dropdown.js
vendored
3
docs/dist/js/umd/dropdown.js
vendored
@@ -166,6 +166,9 @@
|
||||
}
|
||||
|
||||
if (typeof config === 'string') {
|
||||
if (data[config] === undefined) {
|
||||
throw new Error('No method named "' + config + '"');
|
||||
}
|
||||
data[config].call(this);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user