diff 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
line wrap: on
line diff
--- a/classes/Bar.lua	Thu Oct 21 22:07:11 2010 +0000
+++ b/classes/Bar.lua	Fri Oct 22 15:56:08 2010 +0000
@@ -1,13 +1,13 @@
 local addonName, addonTable = ...
 local ReAction = addonTable.ReAction
 local L = ReAction.L
+local LKB = ReAction.LKB
 local _G = _G
 local CreateFrame = CreateFrame
 local floor = math.floor
 local fmod = math.fmod
 local format = string.format
 
-local LKB = LibStub("LibKeyBound-1.0")
 local LSG = LibStub("LibShowGrid-1.0")
 
 ---- Secure snippets ----