WoWInterface SVN PowerAurasClassic

Compare Revisions

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

Rev 22 → Rev 23

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