fix(typings): include static members

Fixes #3175

Closes #3780
This commit is contained in:
Alex Eagle
2015-08-21 15:02:30 -07:00
committed by Alex Eagle
parent bf4b75ee9c
commit 894af28529
3 changed files with 15 additions and 4 deletions

View File

@ -16,9 +16,6 @@ export {TypeLiteral} from './type_literal';
* injector to index in arrays rather than looking up items in maps.
*/
export class Key {
/**
* @private
*/
constructor(public token: Object, public id: number) {
if (isBlank(token)) {
throw new BaseException('Token must be defined!');