diff --git a/README.md b/README.md index cf5a5e1..6f2a994 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) -## Tasks +## Tasks: -- Browse all the pages in `Links.md`. Atleast get an idea what it is +- Browse all the pages in `Links.md`. Atleast get an idea what it is all about. - Generate a social page plugin for each page from [here](https://developers.facebook.com/docs/plugins/page-plugin/) - Tabs : timeline - Height : 300 - [X] Adapt to plugin container width. **DO NOT** enter anything in width box. - [X] Hide Cover Photo. - [X] Twitter plugin - - Uncheck rest all options. + - Uncheck all the rest options. - Click on *Get Code* button and switch to Iframe tab. Put that page's plugin (IFrame) code in `index.html` along with some title and appropriate styling. ## Contributers: diff --git a/js/bootstrap.js b/js/bootstrap.js index cf66de7..503e321 100644 --- a/js/bootstrap.js +++ b/js/bootstrap.js @@ -78,7 +78,7 @@ var Util = function ($$$1) { /** * ------------------------------------------------------------------------ - * Private TransitionEnd Helpers + * Private Transition End Helpers * ------------------------------------------------------------------------ */ var TRANSITION_END = 'transitionend';