summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/_enqueues/wp/customize/selective-refresh.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/_enqueues/wp/customize/selective-refresh.js')
-rw-r--r--src/js/_enqueues/wp/customize/selective-refresh.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/_enqueues/wp/customize/selective-refresh.js b/src/js/_enqueues/wp/customize/selective-refresh.js
index 82d0f9e8d6..ae9f9ffaf2 100644
--- a/src/js/_enqueues/wp/customize/selective-refresh.js
+++ b/src/js/_enqueues/wp/customize/selective-refresh.js
@@ -120,7 +120,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
* @access public
*
* @param {Placement} placement The placement container element.
- * @returns {void}
+ * @return {void}
*/
createEditShortcutForPlacement: function( placement ) {
var partial = this, $shortcut, $placementContainer, illegalAncestorSelector, illegalContainerSelector;
@@ -150,7 +150,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
*
* @param {Placement} placement The placement for the partial.
* @param {jQuery} $editShortcut The shortcut element as a jQuery object.
- * @returns {void}
+ * @return {void}
*/
addEditShortcutToPlacement: function( placement, $editShortcut ) {
var $placementContainer = $( placement.container );
@@ -408,7 +408,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
* @param {Element|jQuery} [placement.container] - This param will be empty if there was no element matching the selector.
* @param {string|object|boolean} placement.addedContent - Rendered HTML content, a data object for JS templates to render, or false if no render.
* @param {object} [placement.context] - Optional context information about the container.
- * @returns {boolean} Whether the rendering was successful and the fallback was not invoked.
+ * @return {boolean} Whether the rendering was successful and the fallback was not invoked.
*/
renderContent: function( placement ) {
var partial = this, content, newContainerElement;