* Minor changes & cleanup

This commit is contained in:
Bryan Ashby
2015-08-19 16:05:35 -06:00
parent 79e533468a
commit 4cf10ba85c
5 changed files with 23 additions and 5 deletions

View File

@@ -49,6 +49,8 @@ MCIViewFactory.prototype.getPredefinedViewLabel = function(code) {
UT : this.client.user.properties.theme_id,
MS : moment(this.client.user.properties.account_created).format(this.client.currentTheme.helpers.getDateFormat()),
MA : this.client.user.properties.message_area_name,
SH : this.client.term.termHeight.toString(),
SW : this.client.term.termWidth.toString(),