Skip to content

Commit

Permalink
Add attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Feb 18, 2011
1 parent 286a0c0 commit 32b8792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/array/array_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ function array_keys (input, search_value, argStrict) {
// + original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
// + input by: Brett Zamir (http://brett-zamir.me)
// + bugfixed by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
// + improved by: jd
// + improved by: Brett Zamir (http://brett-zamir.me)
// * example 1: array_keys( {firstname: 'Kevin', surname: 'van Zonneveld'} );
// * returns 1: {0: 'firstname', 1: 'surname'}

Expand Down

0 comments on commit 32b8792

Please sign in to comment.