Closed joeyjiron06 closed 8 years ago
I get a string index out of bounds exception then trying to auto-align this probably because the colon is the last item on the line :
switch (this.get('reqPayload.status')) { case STATUS.NOT_LOADED: return null; case STATUS.LOADING: return 'Loading...'; case STATUS.LOAD_SUCCESS: return this.get('reqPayload.value'); case STATUS.LOAD_ERROR: return this.get('reqPayload.error'); default: return null; }
fixed in 1.2
I get a string index out of bounds exception then trying to auto-align this probably because the colon is the last item on the line :