diff Config.lua @ 24:66b927b46776

Refine the XML data logic, and sort out some EnableMouse inconsistencies.
author Nenue
date Mon, 11 Apr 2016 09:07:40 -0400
parents 3dbcad2b387d
children
line wrap: on
line diff
--- a/Config.lua	Sun Apr 10 04:35:32 2016 -0400
+++ b/Config.lua	Mon Apr 11 09:07:40 2016 -0400
@@ -19,6 +19,10 @@
   return (("%%.%df"):format(decimals)):format(number)
 end
 
+M.defaults = {
+  enable = true
+}
+
 --- STATE VARIABLES
 local configInit
 --- Dummies for addon table upvalues
@@ -377,6 +381,7 @@
 end
 
 M.OnEnable = function()
+  print('|cFFFF0088config module', B.Conf.ConfigMode)
   M.Command(B.Conf.ConfigMode)
 end