mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
fix(es_extended): Fix inconsistent indentation
This commit is contained in:
@@ -6,8 +6,8 @@ ESX.SetTimeout = function(msec, cb)
|
||||
|
||||
SetTimeout(msec, function()
|
||||
if CancelledTimeouts[id] then
|
||||
CancelledTimeouts[id] = nil
|
||||
return
|
||||
CancelledTimeouts[id] = nil
|
||||
return
|
||||
end
|
||||
|
||||
cb()
|
||||
@@ -20,4 +20,4 @@ end
|
||||
|
||||
ESX.ClearTimeout = function(id)
|
||||
CancelledTimeouts[id] = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user