@danielgindi/selectbox 1.0.142 → 1.0.143

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.142
2
+ * @danielgindi/selectbox 1.0.143
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  (function (global, factory) {
@@ -4393,7 +4393,7 @@
4393
4393
  this._scheduleSync('render_base');
4394
4394
  }
4395
4395
  } else if (p.multi) {
4396
- this._scheduleSync('_syncPlaceholder');
4396
+ this._scheduleSync('syncPlaceholder');
4397
4397
  }
4398
4398
 
4399
4399
  this._trigger(checked ? 'addsel' : 'removesel', { value: value, item: item });