Skip to content

Commit

Permalink
Docs: Add missing period in js.md
Browse files Browse the repository at this point in the history
Close #1669
  • Loading branch information
mosse authored and arthurvr committed Feb 10, 2015
1 parent e7465be commit 192d7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/doc/js.md
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
2 changes: 1 addition & 1 deletion src/doc/js.md
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 192d7fe

Please sign in to comment.