importScripts consistency
This commit is contained in:
parent
ab0e51ed03
commit
23848c3d0a
|
|
@ -14,7 +14,7 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
importScripts("./lexer.js", "parser.js", "./math.js")
|
importScripts("./lexer.js", "./parser.js", "./math.js")
|
||||||
|
|
||||||
addEventListener("message", (message) => {
|
addEventListener("message", (message) => {
|
||||||
if (message.data.command === "evaluate") {
|
if (message.data.command === "evaluate") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue