mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Remove firefox/firefox-tests.ts.tscparams
This commit is contained in:
parent
6e8f579f26
commit
32589bc523
@ -7,7 +7,7 @@ var log = (data:any) => {
|
||||
};
|
||||
|
||||
var setupCallback = (src:string, request:DOMRequest<App>) => {
|
||||
request.onsuccess = (data)=> {
|
||||
request.onsuccess = (data: any)=> {
|
||||
if (request.result && request.result.manifest) {
|
||||
log('app is installed ' + request.result.manifest.name + " by " + src);
|
||||
} else if (request.result) {
|
||||
|
||||
@ -1 +0,0 @@
|
||||
""
|
||||
Loading…
Reference in New Issue
Block a user