mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-30 23:36:47 +02:00
grunt
This commit is contained in:
18
docs/dist/js/umd/button.js
vendored
18
docs/dist/js/umd/button.js
vendored
@@ -117,14 +117,6 @@
|
||||
this._element = null;
|
||||
}
|
||||
}], [{
|
||||
key: 'VERSION',
|
||||
|
||||
// getters
|
||||
|
||||
get: function () {
|
||||
return VERSION;
|
||||
}
|
||||
}, {
|
||||
key: '_jQueryInterface',
|
||||
|
||||
// static
|
||||
@@ -143,6 +135,14 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
}, {
|
||||
key: 'VERSION',
|
||||
|
||||
// getters
|
||||
|
||||
get: function () {
|
||||
return VERSION;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Button;
|
||||
@@ -186,4 +186,4 @@
|
||||
})(jQuery);
|
||||
|
||||
module.exports = Button;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user