WoWInterface SVN PhanxConfigWidgets

Compare Revisions

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

Rev 27 → Rev 28

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