Mercurial > wow > reaction
comparison classes/Button.lua @ 169:8cc187143acd
Strip out obsolete revision tracking
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 17:20:16 +0000 |
parents | 16048f516f5e |
children | df68b5a40490 |
comparison
equal
deleted
inserted
replaced
168:07c76dbc0236 | 169:8cc187143acd |
---|---|
7 local L = ReAction.L | 7 local L = ReAction.L |
8 local _G = _G | 8 local _G = _G |
9 local CreateFrame = CreateFrame | 9 local CreateFrame = CreateFrame |
10 local GetBindingKey = GetBindingKey | 10 local GetBindingKey = GetBindingKey |
11 local format = string.format | 11 local format = string.format |
12 | |
13 ReAction:UpdateRevision("$Revision: 154 $") | |
14 | 12 |
15 -- libraries | 13 -- libraries |
16 local KB = LibStub("LibKeyBound-1.0") | 14 local KB = LibStub("LibKeyBound-1.0") |
17 local LBF = LibStub("LibButtonFacade",true) -- optional | 15 local LBF = LibStub("LibButtonFacade",true) -- optional |
18 | 16 |