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:
Dominik Schilling (ocean90) 2013-05-14 17:30:18 +00:00
parent eb587cba7c
commit 19fd80736a
1 changed files with 1 additions and 2 deletions

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