@xuda.io/runtime-bundle 1.0.874 → 1.0.875

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.
@@ -8798,7 +8798,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8798
8798
  return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8799
8799
  },
8800
8800
  set_viewport_height: async function () {
8801
- const { $elm, height } = queue_obj?.paramsP || {};
8801
+ const { $container, height } = queue_obj?.paramsP || {};
8802
8802
 
8803
8803
  // $elm.data().xuData.viewport_height = $div.height();
8804
8804
 
@@ -8799,7 +8799,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8799
8799
  return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8800
8800
  },
8801
8801
  set_viewport_height: async function () {
8802
- const { $elm, height } = queue_obj?.paramsP || {};
8802
+ const { $container, height } = queue_obj?.paramsP || {};
8803
8803
 
8804
8804
  // $elm.data().xuData.viewport_height = $div.height();
8805
8805