Revisions JS: Fix inline docs. props a.hoereth. see #23901.
git-svn-id: https://develop.svn.wordpress.org/trunk@24253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eb587cba7c
commit
19fd80736a
|
@ -561,7 +561,6 @@ window.wp = window.wp || {};
|
|||
*
|
||||
* Next/Prev buttons and the slider
|
||||
*/
|
||||
// TODO: Change Interact to something else.
|
||||
revisions.view.Interact = Backbone.View.extend({
|
||||
el: $( '#revision-interact' ),
|
||||
template: wp.template( 'revision-interact' ),
|
||||
|
@ -637,7 +636,7 @@ window.wp = window.wp || {};
|
|||
/**
|
||||
* wp.revisions.view.Diff
|
||||
*
|
||||
* Next/Prev buttons and the slider
|
||||
* Diff, compare two checkbox and restore button
|
||||
*/
|
||||
revisions.view.Diff = Backbone.View.extend({
|
||||
el: $( '#revisions-diff' ),
|
||||
|
|
Loading…
Reference in New Issue