mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Make worker unit test runnable in older Firefoxes.
This commit is contained in:
@@ -3,4 +3,4 @@ addEventListener('message', function(e) {
|
|||||||
importScripts(e.data);
|
importScripts(e.data);
|
||||||
postMessage(_.VERSION);
|
postMessage(_.VERSION);
|
||||||
}
|
}
|
||||||
});
|
}, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user