Lots of linting.
This commit is contained in:
parent
0d33434dbf
commit
a57c97e1a1
20 changed files with 206 additions and 173 deletions
|
@ -71,11 +71,6 @@ export const Layout_dk: Layout = {
|
|||
version: 2
|
||||
};
|
||||
|
||||
$.fritteli.uhr.register(Layout_dk);
|
||||
|
||||
declare namespace $ {
|
||||
const fritteli: Fritteli.Fritteli;
|
||||
}
|
||||
declare namespace Fritteli {
|
||||
interface Fritteli {
|
||||
uhr: Uhr;
|
||||
|
@ -85,3 +80,8 @@ declare namespace Fritteli {
|
|||
register: (layout: Layout) => void;
|
||||
}
|
||||
}
|
||||
declare namespace $ {
|
||||
const fritteli: Fritteli.Fritteli;
|
||||
}
|
||||
|
||||
$.fritteli.uhr.register(Layout_dk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue