isNotNullObj: function (obj){ for ( var i in obj){ if (obj.hasOwnProperty(i)){ return true ; } } return false ; }