Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-21 11:51:20 +0300
committerGitHub <noreply@github.com>2018-10-21 11:51:20 +0300
commit0a3755b30ade6137dc3d51238e729f741ec5983a (patch)
tree560acec3c15bab03f063cfa31710b1cd8581f38b /js/src/dropdown.js
parentd13ae1fc1ac6a67464c353ffa9dfc6cdb195d02a (diff)
Fix typo in the Popper.js checks. (#27488)
Diffstat (limited to 'js/src/dropdown.js')
-rw-r--r--js/src/dropdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js
index e52c51e4db..48b8d62eab 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -151,7 +151,7 @@ class Dropdown {
* Popper - https://popper.js.org
*/
if (typeof Popper === 'undefined') {
- throw new TypeError('Bootstrap dropdown require Popper.js (https://popper.js.org)')
+ throw new TypeError('Bootstrap\'s dropdowns require Popper.js (https://popper.js.org/)')
}
let referenceElement = this._element