mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
luacheck suppression attempt
This commit is contained in:
parent
464451c378
commit
7e33f22577
@ -168,6 +168,7 @@ function element.new(args)
|
|||||||
self.bounds.y2 = self.position.y + f.h - 1
|
self.bounds.y2 = self.position.y + f.h - 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- luacheck: push ignore
|
||||||
---@diagnostic disable: unused-local, unused-vararg
|
---@diagnostic disable: unused-local, unused-vararg
|
||||||
|
|
||||||
-- handle a mouse event
|
-- handle a mouse event
|
||||||
@ -224,6 +225,7 @@ function element.new(args)
|
|||||||
function protected.resize(...)
|
function protected.resize(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- luacheck: pop
|
||||||
---@diagnostic enable: unused-local, unused-vararg
|
---@diagnostic enable: unused-local, unused-vararg
|
||||||
|
|
||||||
-- start animations
|
-- start animations
|
||||||
|
Loading…
Reference in New Issue
Block a user