Add missing helper tag fallback attr. Closes #520

This commit add missing fallback test attribute to script tag helper.
This fix will remove missing fallback attribute warning from console
for this specific tag helper.
This commit is contained in:
Peter Blazejewicz 2015-08-04 22:44:39 +02:00 committed by Kiran Challa
parent e55bbe179b
commit 7f88a655c9
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@
asp-fallback-test="window.jQuery">
</script>
<script src="//ajax.aspnetcdn.com/ajax/respond/1.2.0/respond.js"
asp-fallback-src="~/Scripts/respond.js">
asp-fallback-src="~/Scripts/respond.js"
asp-fallback-test="window.respond">
</script>
</environment>