myEl.update('Loading...');
var Constants = { LOADING: 'Loading...' }; myEl.update(Constants.LOADING);