mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed titanium error on TypeScript 0.9.5
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user