mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
XW-41 add comment to method and fix the log message format
This commit is contained in:
parent
46683ca8e4
commit
ba822f6176
|
@ -19,7 +19,7 @@ class SanitizerBuilder {
|
|||
case 'image':
|
||||
return new NodeImageSanitizer();
|
||||
case 'hero-mobile':
|
||||
case'hero-mobile-experimental':
|
||||
case 'hero-mobile-experimental':
|
||||
return new NodeHeroImageSanitizer();
|
||||
default:
|
||||
return new PassThroughSanitizer();
|
||||
|
|
Loading…
Reference in a new issue