From 4c7a3e8adf73bf55a5fba5905b356468be17bc0e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 10 Feb 2021 19:29:59 -0800 Subject: Add Sass docs (variables, mixins, and loops) to most pages (#32747) * WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR --- js/dist/carousel.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'js/dist/carousel.js') diff --git a/js/dist/carousel.js b/js/dist/carousel.js index ac6e8455b5..986de8e0cf 100644 --- a/js/dist/carousel.js +++ b/js/dist/carousel.js @@ -54,17 +54,7 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; - - _setPrototypeOf(subClass, superClass); - } - - function _setPrototypeOf(o, p) { - _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { - o.__proto__ = p; - return o; - }; - - return _setPrototypeOf(o, p); + subClass.__proto__ = superClass; } /** -- cgit v1.2.3