diff core/src/luan/modules/PickleClient.java @ 411:23b99a5039b5

remove Luan.newTable()
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Apr 2015 16:05:02 -0600
parents a1fa4fba99de
children dae264ad6a7b
line wrap: on
line diff
--- a/core/src/luan/modules/PickleClient.java	Wed Apr 29 15:38:15 2015 -0600
+++ b/core/src/luan/modules/PickleClient.java	Wed Apr 29 16:05:02 2015 -0600
@@ -64,7 +64,7 @@
 	}
 
 	LuanTable table() {
-		LuanTable tbl = Luan.newTable();
+		LuanTable tbl = new LuanTable();
 		try {
 			tbl.put( "pickle", new LuanJavaFunction(
 				PickleCon.class.getMethod( "pickle", Object.class ), con