Fix indent
This commit is contained in:
parent
7dd4180fba
commit
0709cac97f
|
@ -26,14 +26,14 @@ declare module 'webfinger.js' {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IIDXLinks {
|
interface IIDXLinks {
|
||||||
'avatar': IJRDLink[];
|
'avatar': IJRDLink[];
|
||||||
'remotestorage': IJRDLink[];
|
'remotestorage': IJRDLink[];
|
||||||
'blog': IJRDLink[];
|
'blog': IJRDLink[];
|
||||||
'vcard': IJRDLink[];
|
'vcard': IJRDLink[];
|
||||||
'updates': IJRDLink[];
|
'updates': IJRDLink[];
|
||||||
'share': IJRDLink[];
|
'share': IJRDLink[];
|
||||||
'profile': IJRDLink[];
|
'profile': IJRDLink[];
|
||||||
'webfist': IJRDLink[];
|
'webfist': IJRDLink[];
|
||||||
'camlistore': IJRDLink[];
|
'camlistore': IJRDLink[];
|
||||||
[type: string]: IJRDLink[];
|
[type: string]: IJRDLink[];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue