Changeset

7002:9ab0d5e69c41

util.datamanager: Add append to public api
author Kim Alvefur <zash@zash.se>
date Fri, 11 Dec 2015 20:31:55 +0100
parents 7001:2743759ca1b5
children 7003:4aa5f6896057 7004:ddb03cc4ce04
files util/datamanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util/datamanager.lua	Fri Dec 11 20:31:19 2015 +0100
+++ b/util/datamanager.lua	Fri Dec 11 20:31:55 2015 +0100
@@ -402,6 +402,7 @@
 	getpath = getpath;
 	load = load;
 	store = store;
+	append_raw = append;
 	list_append = list_append;
 	list_store = list_store;
 	list_load = list_load;