Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
1
vendor/k8s.io/kubernetes/third_party/swagger-ui/lib/jquery.slideto.min.js
generated
vendored
Normal file
1
vendor/k8s.io/kubernetes/third_party/swagger-ui/lib/jquery.slideto.min.js
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);
|
||||
Loading…
Add table
Add a link
Reference in a new issue