Commit 2840d960 2840d96097e698c77c3c5ab92c074d677fc8be51 by pborreli

Remove unreachable return

1 parent f50215c5
......@@ -51,7 +51,6 @@ EventEmitter.prototype.emit = function() {
} else {
throw new CasperError("Uncaught, unspecified 'error' event.");
}
return false;
}
}
......