- added missing "end" for TargetInfo change from earlier today

This commit is contained in:
Parnic
2011-12-03 01:31:48 +00:00
parent 1003078da4
commit 6e4b194900

View File

@ -780,7 +780,7 @@ function IceTargetInfo.prototype:GetOptions()
desc = L["Show the tooltip for this unit when the mouse is hovering over it."], desc = L["Show the tooltip for this unit when the mouse is hovering over it."],
get = function() get = function()
return self.moduleSettings.mouseTooltip return self.moduleSettings.mouseTooltip
end,
set = function(info, v) set = function(info, v)
self.moduleSettings.mouseTooltip = v self.moduleSettings.mouseTooltip = v
self:Redraw() self:Redraw()