Leave "Ovale" in the global namespace to ease debugging.
Johnny C. Lam [04-05-13 - 06:20]
Leave "Ovale" in the global namespace to ease debugging.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@889 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Ovale.lua b/Ovale.lua
index 6d6f50c..70df0bf 100644
--- a/Ovale.lua
+++ b/Ovale.lua
@@ -8,7 +8,7 @@
----------------------------------------------------------------------]]
local _, addonNamespace = ...
-local Ovale = LibStub("AceAddon-3.0"):NewAddon(addonNamespace, "Ovale", "AceConsole-3.0", "AceEvent-3.0")
+Ovale = LibStub("AceAddon-3.0"):NewAddon(addonNamespace, "Ovale", "AceConsole-3.0", "AceEvent-3.0")
--<private-static-properties>
local L = LibStub("AceLocale-3.0"):GetLocale("Ovale")