Fix tslint errors

This commit is contained in:
PanayotCankov
2016-12-21 17:32:01 +02:00
parent fbf22c9200
commit 7931ecd4f8
97 changed files with 109 additions and 260 deletions

View File

@@ -1,5 +1,4 @@
import { EventData, TextBase, TextDecoration } from "ui/text-base";
import { Page } from "ui/page";
const possibleValues = [
TextDecoration.NONE,

View File

@@ -1,5 +1,4 @@
import * as stack from "ui/layouts/stack-layout";
import * as style from "ui/styling/style";
import * as view from "ui/core/view";
import { unsetValue } from "ui/core/view";

View File

@@ -1,7 +1,7 @@
import * as model from "./myview";
import { Button } from "ui/button";
import { Page } from "ui/page";
import { GridLayout, ItemSpec, GridUnitType } from "ui/layouts/grid-layout";
import { GridLayout, ItemSpec } from "ui/layouts/grid-layout";
export function onLoaded(args: { eventName: string, object: any }) {
var page = <Page>args.object;