6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
({
|
|
title: function () {
|
|
return 'A Comedy of Errors';
|
|
}
|
|
});
|