Make worker unit test runnable in older Firefoxes.

This commit is contained in:
John-David Dalton
2013-09-12 21:11:10 -07:00
parent 7dfdfe5b50
commit 5d6a6590bf

View File

@@ -3,4 +3,4 @@ addEventListener('message', function(e) {
importScripts(e.data);
postMessage(_.VERSION);
}
});
}, false);