Fix typo in [22795]

git-svn-id: https://develop.svn.wordpress.org/trunk@22796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-11-21 21:16:19 +00:00
parent f1cdbe4224
commit 251ab5e8b1
1 changed files with 1 additions and 1 deletions

View File

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