style($sce): remove unreachable return statement

This commit is contained in:
Igor Minar 2013-07-31 15:22:18 -07:00
parent bdd4e982b7
commit 14b1297b51

View file

@ -303,7 +303,6 @@ function $SceDelegateProvider() {
} else {
throw $sceMinErr('isecrurl',
'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString());
return;
}
} else if (type === SCE_CONTEXTS.HTML) {
return htmlSanitizer(maybeTrusted);