Diff

util/datamanager.lua @ 7002:9ab0d5e69c41

util.datamanager: Add append to public api
author Kim Alvefur <zash@zash.se>
date Fri, 11 Dec 2015 20:31:55 +0100
parent 7001:2743759ca1b5
child 7201:7a8cffafeff0
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;