Quantcast

Embed oUF and oUF Experience

Adrian L Lange [11-02-12 - 13:53]
Embed oUF and oUF Experience
Filename
tags.lua
diff --git a/tags.lua b/tags.lua
index 4f47a1f..b9adf1f 100644
--- a/tags.lua
+++ b/tags.lua
@@ -1,3 +1,5 @@
+local _, oUF = ...
+local tags = oUF.Tags

 local function ShortValue(value)
 	if(value >= 1e6) then
@@ -9,8 +11,6 @@ local function ShortValue(value)
 	end
 end

-local tags = oUF.Tags
-
 local function Status(unit)
 	if(not UnitIsConnected(unit)) then
 		return 'Offline'