mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Tslint
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user