Started and won a war on semicolons
Kevin Lyles [03-06-11 - 13:49]
Started and won a war on semicolons
diff --git a/HiddenTooltip.xml b/HiddenTooltip.xml
index 9c3018f..e3b2f95 100644
--- a/HiddenTooltip.xml
+++ b/HiddenTooltip.xml
@@ -3,7 +3,7 @@
<GameTooltip name="WeightsWatcherHiddenTooltip" inherits="GameTooltipTemplate">
<Scripts>
<Onload>
- self:SetOwner(WorldFrame, "ANCHOR_NONE");
+ self:SetOwner(WorldFrame, "ANCHOR_NONE")
</Onload>
</Scripts>
</GameTooltip>
diff --git a/config.xml b/config.xml
index a2fe9b6..e3b8400 100644
--- a/config.xml
+++ b/config.xml
@@ -719,7 +719,7 @@
<Scripts>
<OnLoad>
self.title:SetText(ww_localization[self.title:GetText()])
- table.insert(UISpecialFrames, self:GetName());
+ table.insert(UISpecialFrames, self:GetName())
</OnLoad>
</Scripts>
</Frame>
diff --git a/weights.xml b/weights.xml
index db14416..08d0673 100644
--- a/weights.xml
+++ b/weights.xml
@@ -768,7 +768,7 @@
<Scripts>
<OnLoad>
self.title:SetText(ww_localization[self.title:GetText()])
- table.insert(UISpecialFrames, self:GetName());
+ table.insert(UISpecialFrames, self:GetName())
</OnLoad>
<OnHide>
if self.reallyClose then
@@ -836,7 +836,7 @@
</Anchors>
<Scripts>
<OnShow>
- UIDropDownMenu_Initialize(self, ww_ClassDropDownInitialize);
+ UIDropDownMenu_Initialize(self, ww_ClassDropDownInitialize)
UIDropDownMenu_SetSelectedValue(self, WeightsWatcher.playerClass)
</OnShow>
</Scripts>