Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Aug 17, 2019
1 parent 7029bda commit 5bf9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Developer/Table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local setmetatable, getmetatable = setmetatable, getmetatable
--WoW API / Variables

local function table_copy(t, deep, seen)
if type(t) ~= "table" then return end
if type(t) ~= "table" then return nil end

if not seen then
seen = {}
Expand Down

0 comments on commit 5bf9624

Please sign in to comment.