From: Steven Perry Date: Sun, 11 Oct 2015 13:37:36 +0000 (-0400) Subject: Update custom Interchange query documentation. Issue #6924 X-Git-Tag: v6.0.0~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6932%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update custom Interchange query documentation. Issue #6924 --- diff --git a/doc/includes/interchange/examples_interchange_custom_queries.html b/doc/includes/interchange/examples_interchange_custom_queries.html index 037e97d48..148b1d05a 100644 --- a/doc/includes/interchange/examples_interchange_custom_queries.html +++ b/doc/includes/interchange/examples_interchange_custom_queries.html @@ -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}}