Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 14b1297

Browse files
committed
style($sce): remove unreachable return statement
1 parent bdd4e98 commit 14b1297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/sce.js

-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ function $SceDelegateProvider() {
303303
} else {
304304
throw $sceMinErr('isecrurl',
305305
'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString());
306-
return;
307306
}
308307
} else if (type === SCE_CONTEXTS.HTML) {
309308
return htmlSanitizer(maybeTrusted);

0 commit comments

Comments
 (0)