Revisions JS: Fix inline docs. props a.hoereth. see #23901.
git-svn-id: http://core.svn.wordpress.org/trunk@24253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
520673570c
commit
9ab1807c76
|
@ -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