Mercurial > wow > reaction
comparison classes/Bar.lua @ 183:1696ff2c80cc
minor library rename/storage/cleanup
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Fri, 22 Oct 2010 15:56:08 +0000 |
parents | 2e2abdaad2e5 |
children | 576c50e51fc5 |
comparison
equal
deleted
inserted
replaced
182:55c2fc0c8d55 | 183:1696ff2c80cc |
---|---|
1 local addonName, addonTable = ... | 1 local addonName, addonTable = ... |
2 local ReAction = addonTable.ReAction | 2 local ReAction = addonTable.ReAction |
3 local L = ReAction.L | 3 local L = ReAction.L |
4 local LKB = ReAction.LKB | |
4 local _G = _G | 5 local _G = _G |
5 local CreateFrame = CreateFrame | 6 local CreateFrame = CreateFrame |
6 local floor = math.floor | 7 local floor = math.floor |
7 local fmod = math.fmod | 8 local fmod = math.fmod |
8 local format = string.format | 9 local format = string.format |
9 | 10 |
10 local LKB = LibStub("LibKeyBound-1.0") | |
11 local LSG = LibStub("LibShowGrid-1.0") | 11 local LSG = LibStub("LibShowGrid-1.0") |
12 | 12 |
13 ---- Secure snippets ---- | 13 ---- Secure snippets ---- |
14 local _reaction_init = | 14 local _reaction_init = |
15 [[ | 15 [[ |