Fixed to CI test passing

This commit is contained in:
vvakame
2013-10-03 10:18:58 +09:00
parent e7561e2fca
commit 3fe1f6bc4e
297 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -33,7 +33,7 @@ interface App {
installTime:number;
receipts:any[];
launch();
launch():void;
checkForUpdate():DOMRequest<any>;
}