module fb { export interface IMockWindow{ history?: any; outerWidth?: number; innerHeight?: number; innerWidth?: number; } }