diff core/src/luan/modules/Table.luan @ 580:1e69d9c21461

add Table.clear(); add Http.response.reset(); fix http/run;
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 21 Jul 2015 14:56:41 -0600
parents 22bfd8a2eaee
children ca169567ce07
line wrap: on
line diff
--- a/core/src/luan/modules/Table.luan	Thu Jul 16 15:14:31 2015 -0600
+++ b/core/src/luan/modules/Table.luan	Tue Jul 21 14:56:41 2015 -0600
@@ -3,6 +3,7 @@
 
 local M = {}
 
+M.clear = TableLuan.clear
 M.concat = TableLuan.concat
 M.copy = TableLuan.copy
 M.insert = TableLuan.insert