telak: remove otable usage
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
c47b5daf75
commit
6b3c57970e
|
@ -9,7 +9,6 @@ local os = os
|
||||||
local io = io
|
local io = io
|
||||||
local http = require("socket.http")
|
local http = require("socket.http")
|
||||||
local ltn12 = require("ltn12")
|
local ltn12 = require("ltn12")
|
||||||
local otable = require("otable")
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
local util = require("awful.util")
|
local util = require("awful.util")
|
||||||
local hooks = require("awful.hooks")
|
local hooks = require("awful.hooks")
|
||||||
|
@ -23,7 +22,7 @@ local capi =
|
||||||
--- Root window image display library
|
--- Root window image display library
|
||||||
module("telak")
|
module("telak")
|
||||||
|
|
||||||
local data = otable()
|
local data = setmetatable({}, { __mode = 'k' })
|
||||||
|
|
||||||
-- Update a telak wibox.
|
-- Update a telak wibox.
|
||||||
-- @param w The wibox to update.
|
-- @param w The wibox to update.
|
||||||
|
|
Loading…
Reference in New Issue