Fix typo causing blanking in some cases when refreshing because of infolog changes

This commit is contained in:
nathangray 2016-07-15 08:24:57 -06:00
parent 1a0ff85355
commit 945fce3e9b

View File

@ -308,7 +308,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
this._clear_cache();
// Calendar is the current application, refresh now
if(framework.activeApp.appName == this.appName)
if(framework.activeApp.appName === this.appname)
{
this.setState({state: this.state});
}