diff --git a/titanium/titanium.d.ts b/titanium/titanium.d.ts index f4346e5792..5ebe930241 100644 --- a/titanium/titanium.d.ts +++ b/titanium/titanium.d.ts @@ -460,7 +460,7 @@ declare module Ti { } export interface DocumentViewer extends Ti.UI.View { setUrl (url: string) : void; - show (animated: boolean, view: any) : void; + show(animated?: boolean, view?: any) : void; } export interface Popover extends Ti.UI.View { arrowDirection : number;