diff core/src/luan/modules/TableLuan.java @ 425:0a2fb80907f9

minor LuanTable cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 May 2015 17:18:23 -0600
parents ce8e19567911
children 23a93c118042
line wrap: on
line diff
--- a/core/src/luan/modules/TableLuan.java	Fri May 01 16:33:42 2015 -0600
+++ b/core/src/luan/modules/TableLuan.java	Fri May 01 17:18:23 2015 -0600
@@ -112,7 +112,7 @@
 	}
 
 	public static LuanTable clone(LuanTable tbl) {
-		return tbl.cloneTable();
+		return new LuanTable(tbl);
 	}
 
 	public static LuanTable new_property_table() {