diff modules/LBF.lua @ 183:1696ff2c80cc

minor library rename/storage/cleanup
author Flick <flickerstreak@gmail.com>
date Fri, 22 Oct 2010 15:56:08 +0000
parents df68b5a40490
children
line wrap: on
line diff
--- a/modules/LBF.lua	Thu Oct 21 22:07:11 2010 +0000
+++ b/modules/LBF.lua	Fri Oct 22 15:56:08 2010 +0000
@@ -18,15 +18,14 @@
     }
   )
 
-  local LBF = LibStub("LibButtonFacade",true)
+  self.groups = { }
 
-  if not LBF then -- no more initialization
+  self.LBF = LibStub("LibButtonFacade",true)
+
+  if not self.LBF then -- no more initialization
     return
   end
 
-  self.LBF = LBF
-  self.groups = { }
-
   -- override a method of ReAction.Bar
   -- note that 'self' in this context refers to the bar
   function ReAction.Bar:SkinButton( button, data )