7.3FXB.utils.IsEmpty()

Simple helper function which tests whether an object x is an empty object, {}. For example:

var bIsEmpty = FXB.utils.IsEmpty(someObject);