From 4022da0113f10ae9ef76798e910e63008ad85187 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 2 Nov 2006 02:47:59 +0000 Subject: [PATCH] Another autosave typo. git-svn-id: https://develop.svn.wordpress.org/trunk@4441 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/autosave.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/autosave.js.php b/wp-includes/js/autosave.js.php index 6220a6341e..c36031885b 100644 --- a/wp-includes/js/autosave.js.php +++ b/wp-includes/js/autosave.js.php @@ -6,7 +6,7 @@ var autosavePeriodical; function autosave_start_timer() { var form = $('post'); autosaveLast = form.post_title.value+form.content.value; - autosavePerodical = new PeriodicalExecuter(autosave, ); + autosavePeriodical = new PeriodicalExecuter(autosave, ); } addLoadEvent(autosave_start_timer)