|  | @@ -376,7 +376,7 @@ do ($ = window.jQuery, window) ->
 | 
											
												
													
														|  |                .not(@$element)
 |  |                .not(@$element)
 | 
											
												
													
														|  |                .prop("checked", false)
 |  |                .prop("checked", false)
 | 
											
												
													
														|  |                .trigger "change.bootstrapSwitch", true
 |  |                .trigger "change.bootstrapSwitch", true
 | 
											
												
													
														|  | -          
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |            @$element.trigger "switchChange.bootstrapSwitch", [state]
 |  |            @$element.trigger "switchChange.bootstrapSwitch", [state]
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          "focus.bootstrapSwitch": (e) =>
 |  |          "focus.bootstrapSwitch": (e) =>
 | 
											
										
											
												
													
														|  | @@ -417,6 +417,7 @@ do ($ = window.jQuery, window) ->
 | 
											
												
													
														|  |            return  if @_dragStart or @options.disabled or @options.readonly
 |  |            return  if @_dragStart or @options.disabled or @options.readonly
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            e.preventDefault()
 |  |            e.preventDefault()
 | 
											
												
													
														|  | 
 |  | +          e.stopPropagation()
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            @_dragStart = (e.pageX or e.originalEvent.touches[0].pageX) - parseInt @$container.css("margin-left"), 10
 |  |            @_dragStart = (e.pageX or e.originalEvent.touches[0].pageX) - parseInt @$container.css("margin-left"), 10
 | 
											
												
													
														|  |            @$wrapper.removeClass "#{@options.baseClass}-animate"  if @options.animate
 |  |            @$wrapper.removeClass "#{@options.baseClass}-animate"  if @options.animate
 |