]> source.dussan.org Git - gwtquery.git/commitdiff
Closes issue #213 46/1946/1
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 8 Feb 2014 12:48:37 +0000 (13:48 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 8 Feb 2014 12:48:37 +0000 (13:48 +0100)
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml

index 5398aa5880f11fc2146f451b5dec21171b319e15..8ba4fc3315169d125b27cc1639253c47008f16fe 100644 (file)
     </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"/>