Camera code update, fix runtime

This commit is contained in:
Markolie
2015-02-10 15:42:47 +01:00
parent 3a4679bce7
commit c507158b8f
20 changed files with 629 additions and 242 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ proc
var/static/json_reader/_jsonr = new()
return _jsonr.ReadObject(_jsonr.ScanJson(json))
list2json(list/L)
list2json(list/L, var/cached_data = null)
var/static/json_writer/_jsonw = new()
return _jsonw.WriteObject(L)
return _jsonw.WriteObject(L, cached_data)