framework update

This commit is contained in:
Tercio Jose
2022-10-03 22:30:55 -03:00
parent 3ca0936474
commit 12c046fded
4 changed files with 193 additions and 196 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
local dversion = 372
local dversion = 373
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)
@@ -382,12 +382,6 @@ local embed_functions = {
"SendScriptComm",
}
DF.WidgetFunctions = {
GetCapsule = function(self)
return self.MyObject
end,
}
DF.table = {}
function DF:GetFrameworkFolder()