From b3db5a774184a9492b2fe0aff886aa3c1b4677af Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sun, 6 Mar 2011 07:49:31 -0600 Subject: [PATCH] Started and won a war on semicolons --- HiddenTooltip.xml | 2 +- config.xml | 2 +- weights.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HiddenTooltip.xml b/HiddenTooltip.xml index 9c3018f..e3b2f95 100644 --- a/HiddenTooltip.xml +++ b/HiddenTooltip.xml @@ -3,7 +3,7 @@ - self:SetOwner(WorldFrame, "ANCHOR_NONE"); + self:SetOwner(WorldFrame, "ANCHOR_NONE") diff --git a/config.xml b/config.xml index a2fe9b6..e3b8400 100644 --- a/config.xml +++ b/config.xml @@ -719,7 +719,7 @@ self.title:SetText(ww_localization[self.title:GetText()]) - table.insert(UISpecialFrames, self:GetName()); + table.insert(UISpecialFrames, self:GetName()) diff --git a/weights.xml b/weights.xml index db14416..08d0673 100644 --- a/weights.xml +++ b/weights.xml @@ -768,7 +768,7 @@ self.title:SetText(ww_localization[self.title:GetText()]) - table.insert(UISpecialFrames, self:GetName()); + table.insert(UISpecialFrames, self:GetName()) if self.reallyClose then @@ -836,7 +836,7 @@ - UIDropDownMenu_Initialize(self, ww_ClassDropDownInitialize); + UIDropDownMenu_Initialize(self, ww_ClassDropDownInitialize) UIDropDownMenu_SetSelectedValue(self, WeightsWatcher.playerClass) -- 1.7.9.5