the browser-facing portion of osu!
at master 288 B view raw
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 4class window.Timeout 5 @clear: (id) -> 6 clearTimeout id 7 8 9 @set: (delay, func) -> 10 setTimeout func, delay