Revisions: Fix initial state of compareTwoMode.

Broken since [30131].

fixes #30672.
Built from https://develop.svn.wordpress.org/trunk@30831


git-svn-id: http://core.svn.wordpress.org/trunk@30821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-12-12 09:54:25 +00:00
parent 7edc169c7d
commit e72efb71f0
2 changed files with 2 additions and 2 deletions

View File

@ -405,7 +405,7 @@ window.wp = window.wp || {};
this.set( {
to : this.revisions.get( state.to ),
from : this.revisions.get( state.from ),
compareTwoMode : this.revisions.get( state.compareTwoMode )
compareTwoMode : state.compareTwoMode
} );
// Start the router if browser supports History API

File diff suppressed because one or more lines are too long