mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
clear функция короче
This commit is contained in:
parent
8d34ce7b4b
commit
b8727e8de3
@ -14,4 +14,9 @@ function Clipboard.paste()
|
||||
return Clipboard.history[1]
|
||||
end
|
||||
|
||||
return Clipboard
|
||||
function Clipboard.clear()
|
||||
Clipboard.history = {}
|
||||
return true
|
||||
end
|
||||
|
||||
return Clipboard
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user