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 f3c6638031
commit 53be18fec0

View File

@ -305,7 +305,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});
}