big refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-08-19 11:57:12 +02:00
parent 667990f7d8
commit 7740ba2f7a
28 changed files with 271 additions and 266 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ local interface_mt = {
if mask(ACCESSOR+PUBLIC, properties) == PUBLIC then
return value
elseif mask(PUBLIC, properties) == PUBLIC then
return value()
return value(key)
else
error('No key "'..key..'".', 2)
end