WoWInterface SVN BindingsReminder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

trunk/BindingsReminder/BindingsReminder.lua
1,6 → 1,6
local _version = "1.0.1-40000"
local tinsert = table.insert
local type, next, pairs, getglobal = type, next, pairs, getglobal
local type, next, pairs = type, next, pairs
local tostring, tonumber = tostring, tonumber
local format = string.format
local string = string
16,6 → 16,9
if (not BindingsReminder) then BindingsReminder = {} end
local BindingsReminder = BindingsReminder
 
local function getglobal(name)
return _G[name]
end
 
-- to hold button stuff
BindingsReminder.bLayout = {}