Skip to content

Commit 011ef15

Browse files
committed
Merge pull request coffeescript-cookbook#68 from kolja/patch-1
Update chapters/jquery/plugin.md
2 parents e73ee06 + aa07fbd commit 011ef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/jquery/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here are a couple of examples of how to use your new plugin.
4646
{% highlight javascript %}
4747
$("body").pluginName({
4848
debug: true
49-
};
49+
});
5050

5151
{% endhighlight %}
5252

0 commit comments

Comments
 (0)