Remove stray comma, fixes #18929

git-svn-id: http://svn.automattic.com/wordpress/trunk@18967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-10-13 19:46:13 +00:00
parent 99d80d6b4a
commit 6f04738d59
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ jQuery(document).ready( function($) {
_wpnonce: $('#_wpnonce').val(),
post_ID: $('#post_ID').val(),
active_post_lock: $('#active_post_lock').val()
},
}
});
} );

File diff suppressed because one or more lines are too long