3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
function(doc) {
|
|
doc.title && doc.chunk && emit([doc.title, doc.chunk],null);
|
|
} |