vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 --[[--------------------------------------------------------------------------------
3 Class Definition
4 -----------------------------------------------------------------------------------]]
5  
6 AceGUIDropDownMenuClass = AceCoreClass:new({
7 menus = {
8 AceGUIDropDownMenu1,
9 AceGUIDropDownMenu2,
10 AceGUIDropDownMenu3
11 }
12 })
13  
14 function AceGUIDropDownMenuClass: