Revisions: Fix initial state of compareTwoMode.

Broken since [30131].

fixes #30672.

git-svn-id: https://develop.svn.wordpress.org/trunk@30831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-12-12 09:53:10 +00:00
parent d8f6e64596
commit 163c32126f

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