Bläddra i källkod

Fix JsInterop in 2.8-SNAPSHOT

tags/gwtquery-project-1.5-beta1
Manolo Carrasco 9 år sedan
förälder
incheckning
83288de9a2

+ 4
- 4
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsInteropTestGwt.java Visa fil

} }
} }


@JsType(prototype = "Window", isNative = true)
@JsType(prototype = "Window")
public interface HTMLWindow { public interface HTMLWindow {
@JsProperty String getName(); @JsProperty String getName();
@JsProperty void setName(String name); @JsProperty void setName(String name);
} }


@JsType(prototype = "Window", isNative = true)
@JsType(prototype = "Window")
public interface HWindow { public interface HWindow {
@JsProperty HDocument document(); @JsProperty HDocument document();
} }


@JsType(prototype = "HTMLDocument", isNative = false)
@JsType(prototype = "HTMLDocument")
public interface HDocument { public interface HDocument {
HElement createElement(String tag); HElement createElement(String tag);
} }
@JsType(prototype = "HTMLElement", isNative = false)
@JsType(prototype = "HTMLElement")
public interface HElement { public interface HElement {
@JsProperty void id(String s); @JsProperty void id(String s);
} }

+ 2
- 2
pom.xml Visa fil

</repositories> </repositories>


<properties> <properties>
<gwtversion>2.7.0</gwtversion>
<gwtmaven>2.7.0</gwtmaven>
<gwtversion>2.8.0-SNAPSHOT</gwtversion>
<gwtmaven>2.8.0-SNAPSHOT</gwtmaven>
<gqueryclassifier /> <gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel> <gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle> <gwt.outputstyle>OBF</gwt.outputstyle>

Laddar…
Avbryt
Spara