importScripts consistency
This commit is contained in:
@@ -14,7 +14,7 @@ GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
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) => {
|
||||
if (message.data.command === "evaluate") {
|
||||
|
||||
Reference in New Issue
Block a user