diff Overlay.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 2897480842dd
children
line wrap: on
line diff
--- a/Overlay.lua	Wed May 11 11:00:42 2011 -0700
+++ b/Overlay.lua	Wed May 11 11:11:59 2011 -0700
@@ -1,5 +1,5 @@
-local addonName, addonTable = ...
-local ReAction               = addonTable.ReAction
+local _, ns = ...
+local ReAction               = ns.ReAction
 local L                      = ReAction.L
 local LKB                    = ReAction.LKB
 local CreateFrame            = CreateFrame