From 34a0ce571e4d21c70affb870844edd94fa7b78a0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 5 Dec 2015 09:15:18 +0200 Subject: [PATCH] Run `grunt`. [ci skip] --- dist/css/bootstrap.css.map | Bin 49013 -> 49021 bytes dist/js/bootstrap.js | 2 +- dist/js/umd/util.js | 2 +- docs/assets/js/docs.min.js | 10 +++++----- docs/dist/css/bootstrap.css.map | Bin 49013 -> 49021 bytes docs/dist/js/bootstrap.js | 2 +- docs/dist/js/umd/util.js | 2 +- js/dist/util.js | 2 +- js/dist/util.js.map | Bin 7196 -> 7243 bytes 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/css/bootstrap.css.map b/dist/css/bootstrap.css.map index aecaea58463bf7e76dd9a87da33d03812ef20d64..2a7456961129dbc6a7e086f4764e5f5cdf9d5e4c 100644 GIT binary patch delta 47 zcmezRkLm9}rVYR1cq^PTolTsqoy(mvoXs~g$Dd&W3K_ctgOx#U3-$6qDG1JM~)zLX?^Mk~>u>c__4^IF9 diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 4d4b14bb9..a4b05e273 100644 --- a/dist/js/bootstrap.js +++ b/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; }, diff --git a/dist/js/umd/util.js b/dist/js/umd/util.js index 003b93974..8f063b408 100644 --- a/dist/js/umd/util.js +++ b/dist/js/umd/util.js @@ -114,7 +114,7 @@ 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; }, diff --git a/docs/assets/js/docs.min.js b/docs/assets/js/docs.min.js index daced4927..6d156a94e 100644 --- a/docs/assets/js/docs.min.js +++ b/docs/assets/js/docs.min.js @@ -1,15 +1,15 @@ /*! - * AnchorJS - v1.2.1 - 2015-07-02 + * AnchorJS - v2.0.0 - 2015-10-31 * https://github.com/bryanbraun/anchorjs * Copyright (c) 2015 Bryan Braun; Licensed MIT */ -function AnchorJS(a){"use strict";this.options=a||{},this._applyRemainingDefaultOptions=function(a){this.options.icon=this.options.hasOwnProperty("icon")?a.icon:"",this.options.visible=this.options.hasOwnProperty("visible")?a.visible:"hover",this.options.placement=this.options.hasOwnProperty("placement")?a.placement:"right",this.options["class"]=this.options.hasOwnProperty("class")?a["class"]:""},this._applyRemainingDefaultOptions(a),this.add=function(a){var b,c,d,e,f,g,h,i,j,k,l,m;if(this._applyRemainingDefaultOptions(this.options),a){if("string"!=typeof a)throw new Error("The selector provided to AnchorJS was invalid.")}else a="h1, h2, h3, h4, h5, h6";if(b=document.querySelectorAll(a),0===b.length)return!1;for(this._addBaselineStyles(),c=document.querySelectorAll("[id]"),d=[].map.call(c,function(a){return a.id}),f=0;fd;d++)c[d].fn.apply(c[d].ctx,b);return this},off:function(a,b){var c=this.e||(this.e={}),d=c[a],e=[];if(d&&b)for(var f=0,g=d.length;g>f;f++)d[f].fn!==b&&e.push(d[f]);return e.length?c[a]=e:delete c[a],this}},b.exports=d},{}],6:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}c.__esModule=!0;var e=function(){function a(a,b){for(var c=0;cd;d++)c[d].fn.apply(c[d].ctx,b);return this},off:function(a,b){var c=this.e||(this.e={}),d=c[a],e=[];if(d&&b)for(var f=0,g=d.length;g>f;f++)d[f].fn!==b&&d[f].fn._!==b&&e.push(d[f]);return e.length?c[a]=e:delete c[a],this}},b.exports=d},{}],8:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}c.__esModule=!0;var f=function(){function a(a,b){for(var c=0;cOx#U3-$6qDG1JM~)zLX?^Mk~>u>c__4^IF9 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; }, diff --git a/docs/dist/js/umd/util.js b/docs/dist/js/umd/util.js index 003b93974..8f063b408 100644 --- a/docs/dist/js/umd/util.js +++ b/docs/dist/js/umd/util.js @@ -114,7 +114,7 @@ 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; }, diff --git a/js/dist/util.js b/js/dist/util.js index 934bad697..7abc5a606 100644 --- a/js/dist/util.js +++ b/js/dist/util.js @@ -101,7 +101,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; }, diff --git a/js/dist/util.js.map b/js/dist/util.js.map index 700eab61e0795f16eedf0054fe1106db07d94e31..cee71d346ca51e2c32bf07692f490a621b525f35 100644 GIT binary patch delta 60 zcmbPZaoS=-oS43XzP>_?Qe9n)l0sr~NwGpsW_GGVqC#3?aY<^Cf^T9;hF)4uetwaL Prb0$)QR?P6v3;xnW*HQ4 delta 12 TcmX?YF~?#}Gv3;xnBoqY|