XW-41 add comment to method and fix the log message format

This commit is contained in:
Bogna Knychala 2016-02-15 15:37:10 +01:00
parent 46683ca8e4
commit ba822f6176

View file

@ -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();