Fix typo in runtime js code

Former-commit-id: 4b996236ef859c3f5aa8b93eae66d8878674f527
This commit is contained in:
Jarred Sumner
2021-08-04 12:30:17 -07:00
parent 5467f2fc1a
commit d2b15c0d75
2 changed files with 4 additions and 4 deletions

View File

@@ -11,6 +11,6 @@ export var $$lzy = SPEEDY_RUNTIME.$$lzy;
export var __toModule = SPEEDY_RUNTIME.__toModule;
export var __commonJS = SPEEDY_RUNTIME.__commonJS;
export var __require = SPEEDY_RUNTIME.__require;
export var __name = PEEDY_RUNTIME.__name;
export var __export = PEEDY_RUNTIME.__export;
export var __reExport = PEEDY_RUNTIME.__reExport;
export var __name = SPEEDY_RUNTIME.__name;
export var __export = SPEEDY_RUNTIME.__export;
export var __reExport = SPEEDY_RUNTIME.__reExport;

View File

@@ -1 +1 @@
35bcb0f8b5e80d25
e1c5f79e6a9d000e