Fixed titanium error on TypeScript 0.9.5

This commit is contained in:
vvakame
2013-12-08 23:51:35 +09:00
parent 8580a40328
commit e5b80ca2c3
+1 -1
View File
@@ -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;