diff core/src/luan/modules/Table.luan @ 407:7fd9f1b7b878

replace LuanPropertyTable with LuanPropertyMeta
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Apr 2015 13:01:00 -0600
parents 7f7708e8fdd4
children 55f9f74f1e55
line wrap: on
line diff
--- a/core/src/luan/modules/Table.luan	Wed Apr 29 11:24:00 2015 -0600
+++ b/core/src/luan/modules/Table.luan	Wed Apr 29 13:01:00 2015 -0600
@@ -4,6 +4,7 @@
 clone = TableLuan.clone
 concat = TableLuan.concat
 insert = TableLuan.insert
+new_property_table = TableLuan.new_property_table
 pack = TableLuan.pack
 remove = TableLuan.remove
 sort = TableLuan.sort