mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix some messy rebasing issues.
This commit is contained in:
parent
005958b731
commit
0ccb88d48d
@ -764,10 +764,6 @@ if ( !jQuery.support.submitBubbles ) {
|
||||
if ( !jQuery.support.changeBubbles ) {
|
||||
|
||||
var getVal = function( elem ) {
|
||||
var type = elem.type,
|
||||
val = elem.value;
|
||||
|
||||
getVal = function( elem ) {
|
||||
var type = jQuery.nodeName( elem, "input" ) ? elem.type : "",
|
||||
val = elem.value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user