Skip to content

Commit

Permalink
Fix validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Sep 15, 2019
1 parent 86ea2d0 commit 9397e92
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions classic/Developer/Developer.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<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/ ..\FrameXML\UI.xsd">
<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/ ..\FrameXML\UI.xsd">
<Script file="Developer.lua"/>
<Frame name="DeveloperFrame" parent="UIParent">
<Scripts>
<!-- <OnLoad function="DeveloperFrame_OnLoad"/> -->
<!-- <OnEvent function="DeveloperFrame_OnEvent"/> -->
<!-- <OnDragStart function="DeveloperFrame_OnDragStart"/> -->
<!-- <OnDragStop function="DeveloperFrame_OnDragStop"/> -->
<!-- <OnUpdate function="DeveloperFrame_OnUpdate"/> -->
</Scripts>
</Frame>
</Ui>

0 comments on commit 9397e92

Please sign in to comment.