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.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/js/_enqueues/wp/customize/selective-refresh.js b/src/js/_enqueues/wp/customize/selective-refresh.js
index 7150c8722b..2967d45152 100644
--- a/src/js/_enqueues/wp/customize/selective-refresh.js
+++ b/src/js/_enqueues/wp/customize/selective-refresh.js
@@ -59,14 +59,14 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
*
* @since 4.5.0
*
- * @param {string} id - Unique identifier for the partial instance.
- * @param {Object} options - Options hash for the partial instance.
- * @param {string} options.type - Type of partial (e.g. nav_menu, widget, etc)
- * @param {string} options.selector - jQuery selector to find the container element in the page.
- * @param {Array} options.settings - The IDs for the settings the partial relates to.
- * @param {string} options.primarySetting - The ID for the primary setting the partial renders.
- * @param {boolean} options.fallbackRefresh - Whether to refresh the entire preview in case of a partial refresh failure.
- * @param {Object} [options.params] - Deprecated wrapper for the above properties.
+ * @param {string} id - Unique identifier for the partial instance.
+ * @param {Object} options - Options hash for the partial instance.
+ * @param {string} options.type - Type of partial (e.g. nav_menu, widget, etc)
+ * @param {string} options.selector - jQuery selector to find the container element in the page.
+ * @param {Array} options.settings - The IDs for the settings the partial relates to.
+ * @param {string} options.primarySetting - The ID for the primary setting the partial renders.
+ * @param {boolean} options.fallbackRefresh - Whether to refresh the entire preview in case of a partial refresh failure.
+ * @param {Object} [options.params] - Deprecated wrapper for the above properties.
*/
initialize: function( id, options ) {
var partial = this;