mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
addEventListener('message', function(e) {
|
|
if (e.data) {
|
|
importScripts(e.data);
|
|
postMessage(_.VERSION);
|
|
}
|
|
});
|