From bd32a062760d7261928b7bcafc2a82d1b4e88d20 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 27 Jan 2013 14:39:23 +0000 Subject: [PATCH] Fix docs for [#233] --- modules/timers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timers/README.md b/modules/timers/README.md index e610390..26845e6 100644 --- a/modules/timers/README.md +++ b/modules/timers/README.md @@ -10,7 +10,7 @@ timers. ### API -#### addTimer(callback, interval, [firstDate]) +#### addTimer(interval, callback, [firstDate]) Execute the given callback every time *interval* (in ms) passes. The firstDate parameter is a Date object used to sync a timer to a given point in