rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Empty objects #6

Closed robsogc closed 12 years ago

robsogc commented 13 years ago

Could you add the translation for checking an object, took me a while to track down and is a useful function.

jQuery $.isEmptyObject(object)

YUI Y.Object.isEmpty(object)

thanks

rgrove commented 13 years ago

Looks good to me. What say you, @paulirish?

rgrove commented 12 years ago

Looks like this got added a while ago.