diff options
| author | XhmikosR <[email protected]> | 2015-12-05 09:15:18 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-05 11:43:23 +0200 |
| commit | 34a0ce571e4d21c70affb870844edd94fa7b78a0 (patch) | |
| tree | 35a9c40a96d47afcf7797861d051ea173cb65822 /docs/dist/js/bootstrap.js | |
| parent | 419128887352755586ed75904c3dd560cb519ccd (diff) | |
| download | bootstrap-34a0ce571e4d21c70affb870844edd94fa7b78a0.tar.xz bootstrap-34a0ce571e4d21c70affb870844edd94fa7b78a0.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 4d4b14bb9..a4b05e273 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -129,7 +129,7 @@ var Util = (function ($) { getUID: function getUID(prefix) { do { - prefix += ~ ~(Math.random() * 1000000); + prefix += ~ ~(Math.random() * 1000000); // "~~" acts like a faster Math.floor() here } while (document.getElementById(prefix)); return prefix; }, |
