Closed firedev closed 11 years ago
Sorry, I wasn't able to compile it due to jasmine complaining about some errors. But this fixes it for IE8, in fact I believe using .length is better than isEmptyObject, less error-prone. You are returning an empty array anyway.
.length
isEmptyObject
Thanks! Sorry it took so long.
n/p, it's in production with this patch since then, so I guess it's kinda tested by now ;)
Sorry, I wasn't able to compile it due to jasmine complaining about some errors. But this fixes it for IE8, in fact I believe using
.length
is better thanisEmptyObject
, less error-prone. You are returning an empty array anyway.