comparison DependencyLoader/Core.lua @ 14:78b28ebdc169

added embeds.xml to load.xml added a couple of other internal notes
author mckenziemc
date Fri, 10 Dec 2010 05:29:22 -0800
parents e0a4a8b5b389
children 1d8898cd1c82
comparison
equal deleted inserted replaced
13:110baf84e7a8 14:78b28ebdc169
2 2
3 3
4 local addonName, addonTable = ... 4 local addonName, addonTable = ...
5 5
6 6
7 -- NOTE: current contents of this file are no longer used
7 if true then 8 if true then
8 return 9 return
9 end 10 end
10 11
11 local Core, core = addonTable:NewClass("Core") 12 local Core, core = addonTable:NewClass("Core")