Comments for documentation

This commit is contained in:
vakrilov
2015-07-15 14:21:20 +03:00
parent 7adeb29ace
commit e128f82d4f
3 changed files with 119 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ export class Frame extends frameCommon.Frame {
case enums.NavigationBarVisibility.auto:
var pageInstance: pages.Page = page || this.currentPage;
newValue = this.backStack.length > 0 || (pageInstance && pageInstance.actionBar.shouldShow());
newValue = this.backStack.length > 0 || (pageInstance && pageInstance.actionBar._shouldShow());
newValue = !!newValue; // Make sure it is boolean
break;
}