Fix mute (silent) renderer.

This commit is contained in:
André Cruz
2013-05-23 20:16:04 +01:00
parent 086fda5f24
commit 010e47634b

View File

@@ -4,6 +4,9 @@ function empty() {
// -------------------------
module.exports.head = empty;
module.exports.tail = empty;
module.exports.data = empty;
module.exports.error = empty;
module.exports.end = empty;