WoWInterface SVN PowerAurasClassic

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 23 to Rev 22
    Reverse comparison

Rev 23 → Rev 22

UnitTests/WoWmock.lua
1,5 → 1,5
--- class.lua
--- Compatible with Lua 5.1 (not 5.0).
-- class.lua
-- Compatible with Lua 5.1 (not 5.0).
function MockClass(base,ctor)
local c = {} -- a new class instance
if not ctor and type(base) == 'function' then