WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-EditBox
    from Rev 82 to Rev 86
    Reverse comparison

Rev 82 → Rev 86

PhanxConfig-EditBox.lua
8,9 → 8,6
its internals may change at any time without notice.
----------------------------------------------------------------------]]
 
local CreateButton = LibStub( "PhanxConfig-Button", true ) and LibStub( "PhanxConfig-Button" ).CreateButton
assert( CreateButton, "PhanxConfig-EditBox requires PhanxConfig-Button!" )
 
local MINOR_VERSION = tonumber( string.match( "$Revision: 29 $", "%d+" ) )
 
local lib, oldminor = LibStub:NewLibrary( "PhanxConfig-EditBox", MINOR_VERSION )