not used anymore

This commit is contained in:
barisusakli
2014-12-03 23:05:33 -05:00
parent fb6026f95f
commit e86650a6af

View File

@@ -80,8 +80,6 @@ Loader.addWorkerEvents = function(worker) {
worker.on('message', function(message) {
if (message && typeof message === 'object' && message.action) {
var otherWorkers;
switch (message.action) {
case 'ready':
if (Loader.js.cache) {