Simple helper function which tests whether an object x is an empty object, {}. For example:
var bIsEmpty = FXB.utils.IsEmpty(someObject);