Changeset 30851
- Timestamp:
- 12/14/2014 08:21:01 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/js/revisions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-admin/js/revisions.js
r30131 r30851 406 406 to : this.revisions.get( state.to ), 407 407 from : this.revisions.get( state.from ), 408 compareTwoMode : this.revisions.get( state.compareTwoMode )408 compareTwoMode : state.compareTwoMode 409 409 } ); 410 410
Note: See TracChangeset
for help on using the changeset viewer.