mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Run grunt.
				
					
				
			This commit is contained in:
		
							parent
							
								
									420088d316
								
							
						
					
					
						commit
						8fd5718e71
					
				
							
								
								
									
										2
									
								
								docs/assets/js/customize.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/assets/js/customize.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								docs/assets/js/raw-files.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/assets/js/raw-files.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										12
									
								
								docs/dist/js/bootstrap.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								docs/dist/js/bootstrap.js
									
									
									
									
										vendored
									
									
								
							@ -1279,6 +1279,10 @@ if (typeof jQuery === 'undefined') {
 | 
			
		||||
    this.options   = this.getOptions(options)
 | 
			
		||||
    this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport)
 | 
			
		||||
 | 
			
		||||
    if (this.$element[0] instanceof document.constructor && !this.options.selector) {
 | 
			
		||||
      throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var triggers = this.options.trigger.split(' ')
 | 
			
		||||
 | 
			
		||||
    for (var i = triggers.length; i--;) {
 | 
			
		||||
@ -1499,10 +1503,10 @@ if (typeof jQuery === 'undefined') {
 | 
			
		||||
    this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  Tooltip.prototype.replaceArrow = function (delta, dimension, isHorizontal) {
 | 
			
		||||
  Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
 | 
			
		||||
    this.arrow()
 | 
			
		||||
      .css(isHorizontal ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
 | 
			
		||||
      .css(isHorizontal ? 'top' : 'left', '')
 | 
			
		||||
      .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
 | 
			
		||||
      .css(isVertical ? 'top' : 'left', '')
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  Tooltip.prototype.setContent = function () {
 | 
			
		||||
@ -2078,7 +2082,7 @@ if (typeof jQuery === 'undefined') {
 | 
			
		||||
        element.removeClass('fade')
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if (element.parent('.dropdown-menu')) {
 | 
			
		||||
      if (element.parent('.dropdown-menu').length) {
 | 
			
		||||
        element
 | 
			
		||||
          .closest('li.dropdown')
 | 
			
		||||
            .addClass('active')
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								docs/dist/js/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/dist/js/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user