1# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2# See the LICENCE file in the repository root for full licence text.
3 4classwindow.Timeout 5@clear: (id) -> 6clearTimeoutid 7 8 9@set: (delay, func) ->10setTimeoutfunc,delay