diff core/src/luan/modules/PickleClient.java @ 221:ec016471c6eb

make LuanTable an interface git-svn-id: https://luan-java.googlecode.com/svn/trunk@222 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 17 Jul 2014 07:49:26 +0000
parents 75750ceb45ee
children a1fa4fba99de
line wrap: on
line diff
--- a/core/src/luan/modules/PickleClient.java	Wed Jul 16 04:59:45 2014 +0000
+++ b/core/src/luan/modules/PickleClient.java	Thu Jul 17 07:49:26 2014 +0000
@@ -64,7 +64,7 @@
 	}
 
 	LuanTable table() {
-		LuanTable tbl = new LuanTable();
+		LuanTable tbl = Luan.newTable();
 		try {
 			tbl.put( "pickle", new LuanJavaFunction(
 				PickleCon.class.getMethod( "pickle", Object.class ), con