This commit is contained in:
vakrilov
2015-07-29 13:48:22 +03:00
parent f0f0e91b70
commit 65c16799b9

View File

@@ -221,7 +221,6 @@ export function test_NavigateTo_WithContext() {
} }
export function test_FrameBackStack_WhenNavigatingForwardAndBack() { export function test_FrameBackStack_WhenNavigatingForwardAndBack() {
var testPage: PageModule.Page;
var pageFactory = function () { var pageFactory = function () {
var testPage = new PageModule.Page(); var testPage = new PageModule.Page();
addLabelToPage(testPage); addLabelToPage(testPage);
@@ -277,7 +276,6 @@ export function test_NavigateToPageCreatedWithNavigationEntry() {
} }
export function test_cssShouldBeAppliedToAllNestedElements() { export function test_cssShouldBeAppliedToAllNestedElements() {
var testPage: PageModule.Page;
var label: LabelModule.Label; var label: LabelModule.Label;
var StackLayout: stackLayoutModule.StackLayout; var StackLayout: stackLayoutModule.StackLayout;
var pageFactory = function () { var pageFactory = function () {