babylonjs-gui 5.36.0 → 5.38.0
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/babylon.gui.js +1 -1
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/package.json +2 -2
package/babylon.gui.js
CHANGED
|
@@ -131,7 +131,7 @@ function __generator(thisArg, body) {
|
|
|
131
131
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
132
132
|
function step(op) {
|
|
133
133
|
if (f) throw new TypeError("Generator is already executing.");
|
|
134
|
-
while (_) try {
|
|
134
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
135
135
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
136
136
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
137
137
|
switch (op[0]) {
|