WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Checkbox
    from Rev 18 to Rev 28
    Reverse comparison

Rev 18 → Rev 28

PhanxConfig-Checkbox.lua
9,7 → 9,9
its internals may change at any time without notice.
----------------------------------------------------------------------]]
 
local lib, oldminor = LibStub:NewLibrary("PhanxConfig-Checkbox", 3)
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
 
local lib, oldminor = LibStub:NewLibrary("PhanxConfig-Checkbox", MINOR_VERSION)
if not lib then return end
 
local function OnEnter(self)
Property changes : Added: svn:keywords + Revision