Event: Make event aliases optional in unit tests

This commit is contained in:
Dave Methvin
2015-11-06 09:59:14 -05:00
parent c9935b6d2d
commit 2cb8ebadcb
2 changed files with 42 additions and 45 deletions

View File

@@ -9,7 +9,7 @@
<body>
<a href="#" id="frame-link"></a>
<script>
jQuery("#frame-link").focus();
jQuery( "#frame-link" ).trigger( "focus" );
window.parent.iframeCallback( true );
</script>
</body>