chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-04 01:12:55 -07:00
parent 9341cd9554
commit 1525c89733
274 changed files with 1755 additions and 2733 deletions

View File

@@ -1,11 +1,6 @@
/**
* Contains the application abstraction with all related methods.
* @module "application"
*/ /** */
/// <reference path="../tns-core-modules.d.ts" />
import { NavigationEntry, View, Observable, EventData } from "../ui/frame";
import { NavigationEntry } from "../ui/frame";
import { View } from '../ui/core/view';
import { Observable, EventData } from '../data/observable';
/**
* String value used when hooking to launch event.