Correct some @since values added in [29739].

see #28459.

git-svn-id: https://develop.svn.wordpress.org/trunk@29743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-13 12:17:17 +00:00
parent 0efd852117
commit 0075f1c7d1
1 changed files with 7 additions and 7 deletions

View File

@ -413,7 +413,7 @@
/**
* @access private
* @since 4.0.0
* @since 3.5.0
*/
_ready: function() {
this._updateMenu();
@ -934,7 +934,7 @@
},
/**
* @since 3.9.0
* @since 3.5.0
*/
initialize: function() {
// If we haven't been provided a `library`, create a `Selection`.
@ -948,7 +948,7 @@
},
/**
* since 3.9.0
* @since 3.5.0
*/
activate: function() {
var library = this.get('library');
@ -965,7 +965,7 @@
},
/**
* @since 3.9.0
* @since 3.5.0
*/
deactivate: function() {
// Stop watching for uploaded attachments.
@ -977,7 +977,7 @@
},
/**
* @since 3.9.0
* @since 3.5.0
*
* @param browser
*/
@ -1040,7 +1040,7 @@
}, media.controller.Library.prototype.defaults ),
/**
* @since 3.9.0
* @since 3.5.0
*/
initialize: function() {
// If we haven't been provided a `library`, create a `Selection`.
@ -1051,7 +1051,7 @@
},
/**
* @since 3.9.0
* @since 3.5.0
*/
activate: function() {
var library = this.get('library'),