From de4dba0156121ca23ec2f7f9d34cc6f7febdf1a6 Mon Sep 17 00:00:00 2001 From: Steven Perry Date: Sun, 11 Oct 2015 09:37:36 -0400 Subject: [PATCH] Update custom Interchange query documentation. Issue #6924 --- .../examples_interchange_custom_queries.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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}} -- 2.47.2