webmcp
annotate framework/env/slot/__init.lua @ 554:1e72fa29d3fb
Fixed wrong order of -l options in C-compiler invocation for extos library
| author | jbe | 
|---|---|
| date | Mon Feb 10 20:44:01 2020 +0100 (2020-02-10) | 
| parents | 93ebbc1e5dbc | 
| children | 
| rev | line source | 
|---|---|
| jbe@262 | 1 request.for_each(function() | 
| jbe@260 | 2 | 
| jbe@262 | 3 slot._active_slot = "default" | 
| jbe@262 | 4 | 
| jbe@262 | 5 slot._current_layout = "default" | 
| jbe@262 | 6 slot._content_type = nil | 
| jbe@492 | 7 slot._layout_set = false | 
| jbe@260 | 8 | 
| jbe@260 | 9 slot._data = nil | 
| jbe@260 | 10 slot.reset_all() | 
| jbe@260 | 11 | 
| jbe@265 | 12 end) |