From 54f80f54fcb9534d98e45de2c16da9fc15aca4da Mon Sep 17 00:00:00 2001 From: vakrilov Date: Mon, 30 Mar 2015 11:04:12 +0300 Subject: [PATCH] snippet-fix --- apps/tests/ui/tab-view/tab-view-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/tests/ui/tab-view/tab-view-tests.ts b/apps/tests/ui/tab-view/tab-view-tests.ts index a3d73cc5c..0403b09ee 100644 --- a/apps/tests/ui/tab-view/tab-view-tests.ts +++ b/apps/tests/ui/tab-view/tab-view-tests.ts @@ -35,6 +35,8 @@ import buttonModule = require("ui/button"); // Using a TabView requires the "ui/tab-view" module. // ``` JavaScript import tabViewModule = require("ui/tab-view"); +// ``` +// function _createTabView(): tabViewModule.TabView { //