chore(docs): updating dgeni typescript package

This commit is contained in:
perry
2017-03-14 14:50:31 -05:00
parent 4354fc212e
commit 396f891f33
160 changed files with 760 additions and 2014 deletions

View File

@ -9,7 +9,7 @@ import { removeArrayItem } from '../util/util';
/**
* @private
* @hidden
*/
export class DomDebouncer {
@ -51,7 +51,7 @@ export class DomDebouncer {
/**
* @private
* @hidden
*/
@Injectable()
export class DomController {
@ -150,6 +150,6 @@ function dispatch(timeStamp: number, r: Function[], w: Function[]) {
/**
* @private
* @hidden
*/
export type DomCallback = { (timeStamp?: number): void };