<!-- External JavaScript http://html2canvas.hertzen.com/ -->
<script src="html2canvas.min.js"/>
<!-- External JavaScript JQuery UI Tooltip http://jqueryui.com/ -->
<script src="jquery-1.11.1.min.js"/>
<script src="jquery-ui.min.js"/>
<stylesheet src="jquery-ui.min.css"/>
<stylesheet src="jquery-ui.structure.min.css"/>
Hi ,I want to use goJS with GWT. I downloaded GOJS javascript and put it in the sampleproject folder under war where sampleproject.nocache.js and sampleproject.devmode.js is present. In sampleproject.html i added<script type="text/javascript" language="javascript" src="sampleproject/go.js"></script>
In one of the view i usedpublic static native void initGo() /*-{var $$ = go.GraphObject.make;}-*/;when i call this function , exception is thrown:com.google.gwt.event.shared.UmbrellaException: Exception caught: (ReferenceError) @com.amazon.ops.client.OpsMenuView::initGo()([]): go is not defined.Can anyone please help me with this?