MAINT "use strict" in pyodide.js (#1550)

This commit is contained in:
Hood Chatham 2021-04-30 02:51:16 -04:00 committed by GitHub
parent 126193d8c4
commit 493bdd8957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
"use strict";
/** /**
* The main bootstrap script for loading pyodide. * The main bootstrap script for loading pyodide.
*/ */