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

@@ -166,6 +166,9 @@
}
if (typeof config === 'string') {
if (data[config] === undefined) {
throw new Error('No method named "' + config + '"');
}
data[config].call(this);
}
});