Module:No globals: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

23 April 2014

  • curprev 20:4620:46, 23 April 2014 m>Jackmcbarn 339 bytes −118 don't bother saving old __index or __newindex undo
  • curprev 20:3820:38, 23 April 2014 m>Jackmcbarn 457 bytes +457 Created page with 'local mt = getmetatable(_G) or {} local oldIndex = mt.__index or function() return nil end mt.__index = function(t, k) if k ~= 'name' and k ~= 'arg' then erro...'
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)