From 7c7e843083d5232d8c9f443abe0385db4880c12d Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Thu, 25 Feb 2016 09:30:26 +0200 Subject: [PATCH] Removed the unused variable. --- apps/tests/ui/tab-view/tab-view-navigation-tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/tests/ui/tab-view/tab-view-navigation-tests.ts b/apps/tests/ui/tab-view/tab-view-navigation-tests.ts index dae208c16..a035ae9c9 100644 --- a/apps/tests/ui/tab-view/tab-view-navigation-tests.ts +++ b/apps/tests/ui/tab-view/tab-view-navigation-tests.ts @@ -7,7 +7,6 @@ import {Page} from "ui/page"; import {ListView, ItemEventData} from "ui/list-view"; import {TabView, TabViewItem} from "ui/tab-view"; import {Button} from "ui/button"; -import types = require("utils/types"); var ASYNC = 2;