Globalizing your components

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