This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
Commons.js has a mx.data.get that will get the object over a reference. This action is async. This means that tmp will be null the first time. The second time you call this, the object is cached and tmp will not be null
getObjectAttr needs to be an async function, using a callback or deferred. The problem is that this is used in a lot of other functions