@xuda.io/runtime-bundle 1.0.864 → 1.0.866

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.
@@ -1134,7 +1134,13 @@ var SCREEN_BLOCKER_OBJ = {};
1134
1134
  var IS_PROGRESS_SCREEN_OPEN = null;
1135
1135
  // var UI_ENGINE_OBJ = null;
1136
1136
 
1137
- var UI_WORKER_OBJ = { jobs: [], num: 9000, cache: {}, viewport_height_set_ids: [], pending_for_viewport_render: {} };
1137
+ var UI_WORKER_OBJ = {
1138
+ jobs: [],
1139
+ num: 9000,
1140
+ cache: {},
1141
+ viewport_height_set_ids: [],
1142
+ // pending_for_viewport_render: {}
1143
+ };
1138
1144
 
1139
1145
  glb.html5_events_handler = [
1140
1146
  'onabort',
@@ -1134,7 +1134,13 @@ var SCREEN_BLOCKER_OBJ = {};
1134
1134
  var IS_PROGRESS_SCREEN_OPEN = null;
1135
1135
  // var UI_ENGINE_OBJ = null;
1136
1136
 
1137
- var UI_WORKER_OBJ = { jobs: [], num: 9000, cache: {}, viewport_height_set_ids: [], pending_for_viewport_render: {} };
1137
+ var UI_WORKER_OBJ = {
1138
+ jobs: [],
1139
+ num: 9000,
1140
+ cache: {},
1141
+ viewport_height_set_ids: [],
1142
+ // pending_for_viewport_render: {}
1143
+ };
1138
1144
 
1139
1145
  glb.html5_events_handler = [
1140
1146
  'onabort',