mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove dup camelKey path
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
3212a29369
commit
8f7218198d
@ -279,14 +279,6 @@ jQuery.fn.extend({
|
||||
return data;
|
||||
}
|
||||
|
||||
// As a last resort, attempt to find
|
||||
// the data by checking AGAIN, but with
|
||||
// a camelCased key.
|
||||
data = data_user.get( elem, camelKey );
|
||||
if ( data !== undefined ) {
|
||||
return data;
|
||||
}
|
||||
|
||||
// We tried really hard, but the data doesn't exist.
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user