mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 11:51:35 +00:00
Update code test
This commit is contained in:
@@ -3,7 +3,7 @@ describe('iD.uiRawTagEditor', function() {
|
||||
|
||||
function render(tags) {
|
||||
taglist = iD.uiRawTagEditor(context)
|
||||
.entityID(entity.id)
|
||||
.entityIDs([entity.id])
|
||||
.preset({isFallback: function() { return false; }})
|
||||
.tags(tags)
|
||||
.expanded(true);
|
||||
|
||||
Reference in New Issue
Block a user