(obj)
| 1092 | |
| 1093 | // Returns a count of the properties defined on the object |
| 1094 | function getKeyLength(obj) { |
| 1095 | return Object.keys(obj).length; |
| 1096 | } |
| 1097 | |
| 1098 | |
| 1099 | // Tiny wrapper function around jQuery.each; just adds index as the third parameter |
no outgoing calls
no test coverage detected
searching dependent graphs…