Update rbx_dom dependencies (#795)

In preparation for a new release, rbx_dom needs to be updated.
This commit is contained in:
Micah
2023-10-03 16:32:22 -07:00
committed by GitHub
parent 010e50a25d
commit d38f955144
13 changed files with 3988 additions and 338 deletions

View File

@@ -77,10 +77,10 @@ return {
},
LocalizationTable = {
Contents = {
read = function(instance, key)
read = function(instance, _)
return true, instance:GetContents()
end,
write = function(instance, key, value)
write = function(instance, _, value)
instance:SetContents(value)
return true
end,