comparison Bar.lua @ 276:36a29870bf34

- little bit of code & comment cleanup - automatically report the version in the TOC
author Flick
date Wed, 11 May 2011 11:11:59 -0700
parents 65f2805957a0
children 5b9c0164a491
comparison
equal deleted inserted replaced
275:4957aeb0d3a4 276:36a29870bf34
1 local addonName, addonTable = ... 1 local _, ns = ...
2 local ReAction = addonTable.ReAction 2 local ReAction = ns.ReAction
3 local L = ReAction.L 3 local L = ReAction.L
4 local LKB = ReAction.LKB 4 local LKB = ReAction.LKB
5 local _G = _G 5 local _G = _G
6 local CreateFrame = CreateFrame 6 local CreateFrame = CreateFrame
7 local floor = math.floor 7 local floor = math.floor
8 local fmod = math.fmod 8 local fmod = math.fmod
9 local format = string.format 9 local format = string.format
10 local tfetch = addonTable.tfetch 10 local tfetch = ns.tfetch
11 local tbuild = addonTable.tbuild 11 local tbuild = ns.tbuild
12 local fieldsort = addonTable.fieldsort 12 local fieldsort = ns.fieldsort
13 13
14 local LSG = LibStub("ReAction-LibShowActionGrid-1.0") 14 local LSG = LibStub("ReAction-LibShowActionGrid-1.0")
15 15
16 ---- Secure snippets ---- 16 ---- Secure snippets ----
17 local _reaction_init = 17 local _reaction_init =