typeof -> type

This commit is contained in:
Axel Kittenberger 2012-11-23 14:03:52 +01:00
parent e7b757bbc6
commit ca3d3eca59
1 changed files with 1 additions and 1 deletions

View File

@ -4333,7 +4333,7 @@ end
--
function settings( a1 )
-- if a1 is a string this is a get operation
if typeof( a1 ) == 'string' then
if type( a1 ) == 'string' then
return uSettings[ a1 ]
end