moving workers to js folder
parent
4d13916ece
commit
e2cfa50262
|
@ -110,7 +110,7 @@ function tab_initialize_firmware_flasher() {
|
||||||
|
|
||||||
function parse_hex(str, callback) {
|
function parse_hex(str, callback) {
|
||||||
// parsing hex in different thread
|
// parsing hex in different thread
|
||||||
var worker = new Worker('./workers/hex_parser.js');
|
var worker = new Worker('./js/workers/hex_parser.js');
|
||||||
|
|
||||||
// "callback"
|
// "callback"
|
||||||
worker.onmessage = function (event) {
|
worker.onmessage = function (event) {
|
||||||
|
|
Loading…
Reference in New Issue