Skip to content
Permalink
Browse files
Remove dup camelKey path
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Mar 2, 2013
1 parent 3212a29 commit 8f72181
Showing 1 changed file with 0 additions and 8 deletions.
@@ -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;
}

0 comments on commit 8f72181

Please sign in to comment.