1
0
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:
XhmikosR
2015-10-14 00:49:31 +03:00
parent fe0ad82159
commit 724bf86288
25 changed files with 149 additions and 59 deletions

View File

@@ -479,6 +479,9 @@
}
if (typeof config === 'string') {
if (data[config] === undefined) {
throw new Error('No method named "' + config + '"');
}
data[config](relatedTarget);
} else if (_config.show) {
data.show(relatedTarget);