Skip to content

Commit

Permalink
chore(manual_typings): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Nov 20, 2016
1 parent e52cb27 commit e3dd9c3
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions manual_typings/angular-extension.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,39 +64,4 @@ declare module 'angular' {

}

// /**
// * $rootScope - $rootScopeProvider - service in module ng
// * see https://docs.angularjs.org/api/ng/type/$rootScope.Scope and https://docs.angularjs.org/api/ng/service/$rootScope
// */
// interface IRootScopeService {
//
// // private members
// $$postDigest( callback: Function ): void,
// $$postDigestQueue: Function[],
// $$applyAsyncQueue: Function[],
// $$asyncQueue: Function[],
// $$watchers: Watchers[],
// $$watchersCount: number,
// $$listenerCount: Object,
// $$listeners: Object,
// $$destroyed: boolean,
// $$childHead: ng.IScope,
// $$childTail: ng.IScope,
// $$prevSibling: ng.IScope,
// $$nextSibling: ng.IScope,
//
// // ngMetadata private members
// $$disconnected?: boolean,
//
// }
//
// /* @private */
// interface Watchers {
// eq: boolean,
// exp: ( s: any, l: any, a: any, i: any ) => any,
// fn: ( newValue: any, oldValue: any ) => any,
// get: ( s: any, l: any, a: any, i: any ) => any,
// last: any
// }

}

0 comments on commit e3dd9c3

Please sign in to comment.