mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Remove dup camelKey path
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user