# HG changeset patch # User jbe # Date 1427669058 -7200 # Node ID 12950c28b73a78802a58d3c518b1925e848f6bf6 # Parent 4addbd3aad44a6ef5330b129876a2477ae6a494a Optimized module preamble diff -r 4addbd3aad44 -r 12950c28b73a moonbridge_http.lua --- a/moonbridge_http.lua Tue Mar 24 21:34:00 2015 +0100 +++ b/moonbridge_http.lua Mon Mar 30 00:44:18 2015 +0200 @@ -7,7 +7,7 @@ local value = _M[key]; if value ~= nil then return value end return _G[key] end, - __newindex = function(self, key, value) _M[key] = value end + __newindex = _M }) -- function that encodes certain HTML entities: