Skip to content

Commit 6f94d03

Browse files
mvaligurskyMartin Valigursky
andcommitted
[Fix] Fixes tags for assets (#7636)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent 837eb9f commit 6f94d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/asset/asset-registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class AssetRegistry extends EventHandler {
193193
*
194194
* @private
195195
*/
196-
_tags = new TagsCache('_id');
196+
_tags = new TagsCache('id');
197197

198198
/**
199199
* A URL prefix that will be added to all asset loading requests.

0 commit comments

Comments
 (0)