Mercurial > wow > reaction
comparison classes/Bar.lua @ 169:8cc187143acd
Strip out obsolete revision tracking
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 17:20:16 +0000 |
parents | 799c6ea9da7b |
children | fe0c7be6f6ef |
comparison
equal
deleted
inserted
replaced
168:07c76dbc0236 | 169:8cc187143acd |
---|---|
3 local _G = _G | 3 local _G = _G |
4 local CreateFrame = CreateFrame | 4 local CreateFrame = CreateFrame |
5 local floor = math.floor | 5 local floor = math.floor |
6 local fmod = math.fmod | 6 local fmod = math.fmod |
7 local format = string.format | 7 local format = string.format |
8 | |
9 ReAction:UpdateRevision("$Revision$") | |
10 | 8 |
11 local KB = LibStub("LibKeyBound-1.0") | 9 local KB = LibStub("LibKeyBound-1.0") |
12 | 10 |
13 ---- Secure snippets ---- | 11 ---- Secure snippets ---- |
14 local _reaction_init = | 12 local _reaction_init = |