Module:Arguments: Difference between revisions

mirror latest changes on WP
(fix bug where explicitly deleted args were still appearing when iterated over with pairs or ipairs - code courtesy of User:Jackmcbarn)
(mirror latest changes on WP)
Line 92:
found = true
end
 
-- We test for false specifically here so that nil (the default) acts like true.
if found or options.frameOnly == false then