WoWInterface SVN PhanxConfigWidgets

Compare Revisions

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

Rev 18 → Rev 28

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