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:
parent
0efd852117
commit
0075f1c7d1
|
@ -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'),
|
||||||
|
|
Loading…
Reference in New Issue