vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="BSM_OPTIONS" runOnUp="true" header="BSM">
3 if ( keystate == "down" ) then
4 if not getglobal("BSM_Options"):IsVisible() then
5 getglobal("BSM_Options"):Show();
6 else
7 getglobal("BSM_Options"):Hide();
8 end
9 end
10 </Binding>
11 </Bindings>