webmcp

view framework/env/slot/__init.lua @ 382:810c020b0da4

Reverted changes to mondelefant_result_index and mondelefant_result_newindex C-functions (proxying of JSON document)
author jbe
date Mon Nov 16 18:31:49 2015 +0100 (2015-11-16)
parents a88662f795e0
children 93ebbc1e5dbc
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
8 slot._data = nil
9 slot.reset_all()
11 end)

Impressum / About Us