mirror of https://github.com/twbs/bootstrap.git
				
				
				
			rebuild and fix test
This commit is contained in:
		
							parent
							
								
									bcd5097c02
								
							
						
					
					
						commit
						4eaeea81fd
					
				|  | @ -4674,15 +4674,15 @@ a.badge:hover { | |||
|   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | ||||
|      -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | ||||
|           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | ||||
|   -webkit-box-sizing: border-box; | ||||
|      -moz-box-sizing: border-box; | ||||
|       -ms-box-sizing: border-box; | ||||
|           box-sizing: border-box; | ||||
|   -webkit-transition: width 0.6s ease; | ||||
|      -moz-transition: width 0.6s ease; | ||||
|       -ms-transition: width 0.6s ease; | ||||
|        -o-transition: width 0.6s ease; | ||||
|           transition: width 0.6s ease; | ||||
|   -webkit-box-sizing: border-box; | ||||
|      -moz-box-sizing: border-box; | ||||
|       -ms-box-sizing: border-box; | ||||
|           box-sizing: border-box; | ||||
| } | ||||
| 
 | ||||
| .progress-striped .bar { | ||||
|  |  | |||
|  | @ -84,9 +84,9 @@ | |||
|   , leave: function (e) { | ||||
|       var self = $(e.currentTarget)[this.type](this._options).data(this.type) | ||||
| 
 | ||||
|       if (this.timeout) clearTimeout(this.timeout) | ||||
|       if (!self.options.delay || !self.options.delay.hide) return self.hide() | ||||
| 
 | ||||
|       clearTimeout(this.timeout) | ||||
|       self.hoverState = 'out' | ||||
|       this.timeout = setTimeout(function() { | ||||
|         if (self.hoverState == 'out') self.hide() | ||||
|  |  | |||
|  | @ -968,9 +968,9 @@ | |||
|   , leave: function (e) { | ||||
|       var self = $(e.currentTarget)[this.type](this._options).data(this.type) | ||||
| 
 | ||||
|       if (this.timeout) clearTimeout(this.timeout) | ||||
|       if (!self.options.delay || !self.options.delay.hide) return self.hide() | ||||
| 
 | ||||
|       clearTimeout(this.timeout) | ||||
|       self.hoverState = 'out' | ||||
|       this.timeout = setTimeout(function() { | ||||
|         if (self.hoverState == 'out') self.hide() | ||||
|  | @ -1156,7 +1156,8 @@ | |||
|   , delay: 0 | ||||
|   } | ||||
| 
 | ||||
| }(window.jQuery);/* =========================================================== | ||||
| }(window.jQuery); | ||||
| /* =========================================================== | ||||
|  * bootstrap-popover.js v2.0.3 | ||||
|  * http://twitter.github.com/bootstrap/javascript.html#popovers
 | ||||
|  * =========================================================== | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -116,16 +116,16 @@ $(function () { | |||
|       test("should show tooltip if leave event hasn't occured before delay expires", function () { | ||||
|         var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>') | ||||
|           .appendTo('#qunit-fixture') | ||||
|           .tooltip({ delay: 200 }) | ||||
|           .tooltip({ delay: 150 }) | ||||
|         stop() | ||||
|         tooltip.trigger('mouseenter') | ||||
|         setTimeout(function () { | ||||
|           ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in') | ||||
|         }, 100) | ||||
|         setTimeout(function () { | ||||
|             ok(!$(".tooltip").is('.fade.in'), 'tooltip has faded in') | ||||
|           ok($(".tooltip").is('.fade.in'), 'tooltip has faded in') | ||||
|           start() | ||||
|         }, 200) | ||||
|         }, 100) | ||||
|       }) | ||||
| 
 | ||||
|       test("should detect if title string is html or text: foo", function () { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue