Add local _

This commit is contained in:
Flamanis
2021-05-23 18:40:21 -05:00
parent a13bc630be
commit 517a61905f
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
local _detalhes = _G._detalhes
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
local _
local CreateFrame = CreateFrame
local pairs = pairs
@@ -1924,4 +1925,4 @@ function _detalhes:CreateListPanel()
end
return _detalhes.ListPanel
end
end