mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
cleaned up merge relics and comments
This commit is contained in:
@@ -55,7 +55,7 @@ export function uiNoteHeader() {
|
||||
}
|
||||
|
||||
|
||||
noteHeader.note = function(_, __) {
|
||||
noteHeader.note = function(_) {
|
||||
if (!arguments.length) return _note;
|
||||
_note = _;
|
||||
return noteHeader;
|
||||
|
||||
Reference in New Issue
Block a user