Remove systemData from luadoc.

This commit is contained in:
bakpakin
2015-05-04 09:24:36 +08:00
parent 9991ff7474
commit e54f29884c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
local tiny = require "tiny"
print("tiny version: " .. tiny._VERSION)
-- Taken from answer at http://stackoverflow.com/questions/640642/how-do-you-copy-a-lua-table-by-value
local function deep_copy(o, seen)
seen = seen or {}