From 8bf4c80872e7565701ffc2d26fa9dde596151695 Mon Sep 17 00:00:00 2001 From: Matt Bridges Date: Thu, 20 Dec 2012 12:10:42 -0600 Subject: [PATCH] Fixing syntax highlighting Missing ending back ticks were throwing off the entire rest of the file's content and code highlighting --- page/plugins/basic-plugin-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/plugins/basic-plugin-creation.md b/page/plugins/basic-plugin-creation.md index f3e4c526..78758a9c 100644 --- a/page/plugins/basic-plugin-creation.md +++ b/page/plugins/basic-plugin-creation.md @@ -123,7 +123,7 @@ It would be much better to have one slot, and use parameters to control what act }; }( jQuery )); - +``` ## Using the `each()` Method Your typical jQuery object will contain references to any number of DOM elements, and that's why jQuery objects are often referred to as collections.