aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"/>