Correct some @since values added in [29739].

see #28459.
Built from https://develop.svn.wordpress.org/trunk@29743


git-svn-id: http://core.svn.wordpress.org/trunk@29517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-09-13 12:18:18 +00:00
parent b67ba6fb1c
commit 9f066b2a1d

View File

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