aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2014-02-08 13:48:37 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2014-02-08 13:48:37 +0100
commitba1a17c85f7b56cd97e1dc85d7c9eabb0f643bf9 (patch)
treec966474e61624a8733b7e8926104f5be86fd540d
parente081f61c8c5340bbc1b2050e1d9b84a08d116bb6 (diff)
downloadgwtquery-ba1a17c85f7b56cd97e1dc85d7c9eabb0f643bf9.tar.gz
gwtquery-ba1a17c85f7b56cd97e1dc85d7c9eabb0f643bf9.zip
Closes issue #213
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml b/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
index 5398aa58..8ba4fc33 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
@@ -156,7 +156,11 @@
</replace-with>
<!-- IE8 needs the iframe where the js of app is loaded set to standard in order
- to use the queryAll native selector -->
+ to use the queryAll native selector.
+
+ If your app is not using the standard linker, define it after inheriting gQuery
+ module in your .gwt.xml file. See issue #213
+ -->
<define-linker name="stddoctype" class="com.google.gwt.query.linker.IFrameWithDocTypeLinker"/>
<add-linker name="stddoctype"/>