diff Modules/FriendsFrame.lua @ 121:1f68c46bc4de

BuffFrame: - Added interface framework for selectively hiding certain buff's auxiliary values.
author Nenue
date Mon, 17 Jul 2017 11:51:31 -0400
parents ddfe19d70a34
children
line wrap: on
line diff
--- a/Modules/FriendsFrame.lua	Sun Jun 04 18:20:40 2017 -0400
+++ b/Modules/FriendsFrame.lua	Mon Jul 17 11:51:31 2017 -0400
@@ -3,9 +3,8 @@
 -- Created: 10/27/2016 8:50 PM
 -- %file-revision%
 --
-
-VeneerLFGMixin = {}
-local Module = VeneerLFGMixin
+local m = {}
+VeneerLFGMixin = m
 local _, db = ...
 local print = DEVIAN_WORKSPACE and function(...) print('VnTweaks', ...) end or nop
 
@@ -76,4 +75,4 @@
 
 
 
-end)
\ No newline at end of file
+end)