use namespaces instead of modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module Actions {
|
||||
namespace Actions {
|
||||
export function init(world: World, config: Config) {
|
||||
return {
|
||||
focusLeft: () => {
|
||||
|
||||
@@ -146,7 +146,7 @@ class Desktop {
|
||||
}
|
||||
}
|
||||
|
||||
module Desktop {
|
||||
namespace Desktop {
|
||||
export type Config = {
|
||||
marginTop: number,
|
||||
marginBottom: number,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module Clients {
|
||||
namespace Clients {
|
||||
export function canTileEver(kwinClient: AbstractClient) {
|
||||
return kwinClient.resizeable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user