git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2ddc77e - Remove AceTimer
[wowui.git]
/
libs
/
AceConfig-3.0
/
AceConfigCmd-3.0
/
AceConfigCmd-3.0.lua
diff --git
a/libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
b/libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
index
2023981
..
33f9fe1
100644
(file)
--- a/
libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
+++ b/
libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
@@
-1,7
+1,7
@@
--- AceConfigCmd-3.0 handles access to an options table through the "command line" interface via the ChatFrames.
-- @class file
-- @name AceConfigCmd-3.0
--- AceConfigCmd-3.0 handles access to an options table through the "command line" interface via the ChatFrames.
-- @class file
-- @name AceConfigCmd-3.0
--- @release $Id: AceConfigCmd-3.0.lua 1
045 2011-12-09 17:58:40Z nevcairiel
$
+-- @release $Id: AceConfigCmd-3.0.lua 1
161 2017-08-12 14:30:16Z funkydude
$
--[[
AceConfigCmd-3.0
--[[
AceConfigCmd-3.0
@@
-14,8
+14,9
@@
REQUIRES: AceConsole-3.0 for command registration (loaded on demand)
-- TODO: plugin args
-- TODO: plugin args
+local cfgreg = LibStub("AceConfigRegistry-3.0")
-local MAJOR, MINOR = "AceConfigCmd-3.0", 1
3
+local MAJOR, MINOR = "AceConfigCmd-3.0", 1
4
local AceConfigCmd = LibStub:NewLibrary(MAJOR, MINOR)
if not AceConfigCmd then return end
local AceConfigCmd = LibStub:NewLibrary(MAJOR, MINOR)
if not AceConfigCmd then return end
@@
-23,7
+24,6
@@
if not AceConfigCmd then return end
AceConfigCmd.commands = AceConfigCmd.commands or {}
local commands = AceConfigCmd.commands
AceConfigCmd.commands = AceConfigCmd.commands or {}
local commands = AceConfigCmd.commands
-local cfgreg = LibStub("AceConfigRegistry-3.0")
local AceConsole -- LoD
local AceConsoleName = "AceConsole-3.0"
local AceConsole -- LoD
local AceConsoleName = "AceConsole-3.0"