Skip to content

Commit

Permalink
Docs: Add missing period in js.md
Browse files Browse the repository at this point in the history
Close h5bp#1669
  • Loading branch information
mosse authored and arthurvr committed Feb 10, 2015
1 parent 24b0db6 commit f8d33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ other 3rd party scripts.
One approach is to put jQuery plugins inside of a `(function($){ ...
})(jQuery);` closure to make sure they're in the jQuery namespace safety
blanket. Read more about [jQuery plugin
authoring](http://docs.jquery.com/Plugins/Authoring#Getting_Started)
authoring](http://docs.jquery.com/Plugins/Authoring#Getting_Started).

By default the `plugins.js` file contains a small script to avoid `console`
errors in browsers that lack a `console`. The script will make sure that, if
Expand Down

0 comments on commit f8d33b4

Please sign in to comment.