Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
This commit is contained in:
commit
1c19ded8c1
30 changed files with 577 additions and 302 deletions
3
js/dist/util.js
vendored
3
js/dist/util.js
vendored
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v4.0.0): util.js
|
||||
|
|
@ -100,7 +101,7 @@ var Util = (function ($) {
|
|||
TRANSITION_END: 'bsTransitionEnd',
|
||||
|
||||
getUID: function getUID(prefix) {
|
||||
do prefix += ~ ~(Math.random() * 1000000); while (document.getElementById(prefix));
|
||||
do { prefix += ~ ~(Math.random() * 1000000); } while (document.getElementById(prefix));
|
||||
return prefix;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue