Clear erroneous comment. Improve inline comments.

This commit is contained in:
atanasovg
2015-09-02 16:26:24 +03:00
parent 1fd27182a6
commit f032389fcd
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import contentView = require("ui/content-view");
import viewModule = require("ui/core/view");
import utils = require("utils/utils");
//@Deprecated
@Deprecated
export class Border extends contentView.ContentView implements definition.Border {
get cornerRadius(): number {
return this.borderRadius;

View File

@ -69,7 +69,7 @@ export class Frame extends frameCommon.Frame {
var newController: UIViewController = backstackEntry.resolvedPage.ios;
// the code below fixes a phantom animation that appears in this case
// the code below fixes a phantom animation that appears on the Back button in this case
// TODO: investigate why the animation happens at first place before working around it
newController.navigationItem.hidesBackButton = this.backStack.length === 0;
@ -135,7 +135,7 @@ export class Frame extends frameCommon.Frame {
break;
}
return !!newValue;
return newValue;
}
public get ios(): definition.iOSFrame {