cleaned up merge relics and comments

This commit is contained in:
Thomas Hervey
2018-07-20 23:31:49 -04:00
parent a6bdbcabb2
commit 06a410107b
8 changed files with 2 additions and 73 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function uiNoteHeader() {
}
noteHeader.note = function(_, __) {
noteHeader.note = function(_) {
if (!arguments.length) return _note;
_note = _;
return noteHeader;