vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="Toggle Frame" header="ONEVIEW">
3 if OneViewFrame:IsVisible() then
4 OneViewFrame:Hide()
5 else
6 OneViewFrame:Show()
7 end
8 </Binding>
9 </Bindings>
10