blob: 43fd7a368bb0cb1e98760bc7d97b0a69f22683c8 [file] [log] [blame]
<module>
<!-- We inherit another script here, and we must wait on both -->
<inherits name="com.google.gwt.module.SingleScriptInjectionTest"/>
<script src="script2/ScriptInjectionTest2.js"><![CDATA[
// It's ready when the following function is defined.
return $wnd.isScriptTwoReady;
]]></script>
<entry-point class="com.google.gwt.module.client.DoubleScriptInjectionApp"/>
</module>