vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3 <Script file="CT_RADetectSpells.lua"/>
4 <Frame name="CT_RADetectSpellFrame" parent="UIParent">
5 <Scripts>
6 <OnLoad>
7 CT_RADetectSpells_OnLoad();
8 </OnLoad>
9 <OnEvent>
10 CT_RADetectSpells_OnEvent(event);
11 </OnEvent>
12 </Scripts>
13 </Frame>
14 <GameTooltip name="CT_RADST" inherits="GameTooltipTemplate">
15 <Scripts>
16 <OnLoad>
17 this:SetOwner(WorldFrame, "ANCHOR_NONE");
18 </OnLoad>
19 </Scripts>
20 </GameTooltip>
21 </Ui>