Fix typo in [22795]

git-svn-id: http://core.svn.wordpress.org/trunk@22796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-11-21 21:16:19 +00:00
parent 522376a1f1
commit bc2f40d303

View File

@ -435,7 +435,7 @@ try{document.post.title.focus();}catch(e){}
window.onbeforeunload = function() {
var i, changed, current = getFieldsContent();
for ( var i = 0; i < initial.length; i++ ) {
if ( changed = ( inital[i] !== current[i]) )
if ( changed = ( initial[i] !== current[i]) )
break;
}
if ( changed )