]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update custom Interchange query documentation. Issue #6924 6932/head
authorSteven Perry <stevenperry@Stevens-iMac.local>
Sun, 11 Oct 2015 13:37:36 +0000 (09:37 -0400)
committerSteven Perry <stevenperry@Stevens-iMac.local>
Sun, 11 Oct 2015 13:37:36 +0000 (09:37 -0400)
doc/includes/interchange/examples_interchange_custom_queries.html

index 037e97d48df75ce22204b42018a8d16c4c093170..148b1d05aa7420f3d4b151725e11945e1159125d 100644 (file)
@@ -1,9 +1,11 @@
 {{#markdown}}
 ```javascript
-$(document).foundation('interchange', {
-  named_queries : {
-    my_custom_query : 'only screen and (max-width: 200px)'
+$(document).foundation({
+  interchange : {
+    named_queries : {
+      my_custom_query : 'only screen and (max-width: 200px)'
+    }
   }
 });
 ```
-{{/markdown}}
\ No newline at end of file
+{{/markdown}}