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:
Dominik Schilling 2013-05-14 17:30:18 +00:00
parent 520673570c
commit 9ab1807c76

View File

@ -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' ),