Skip to content

Commit

Permalink
Credits on is_array()
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Mar 15, 2011
1 parent 609331b commit 2ae4292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/var/is_array.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function is_array (mixed_var) {
// + improved by: Onno Marsman
// + improved by: Brett Zamir (http://brett-zamir.me)
// + bugfixed by: Brett Zamir (http://brett-zamir.me)
// + improved by: Nathan
// + improved by: Nathan Sepulveda
// + improved by: Brett Zamir (http://brett-zamir.me)
// % note 1: In php.js, javascript objects are like php associative arrays, thus JavaScript objects will also
// % note 1: return true in this function (except for objects which inherit properties, being thus used as objects),
Expand Down

0 comments on commit 2ae4292

Please sign in to comment.