aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-01-14 18:41:55 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-01-14 18:41:55 -0800
commit896e0b7010fd12573167e0b9dc45c7177b8db490 (patch)
tree99025877813631cc1cb3cd44c01be02166419332 /js
parent284610dab08aae1dc8020f3eeb9269f83f066568 (diff)
downloadfosdem-2018-presentation-896e0b7010fd12573167e0b9dc45c7177b8db490.tar
fosdem-2018-presentation-896e0b7010fd12573167e0b9dc45c7177b8db490.tar.gz
removed history comment in js
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js41
1 files changed, 0 insertions, 41 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 5d2f693..30add02 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -18,10 +18,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
- *
*
* #############################################################################
- *
*
* Reveal.js is an easy to use HTML based slideshow enhanced by
* sexy CSS 3D transforms.
@@ -36,45 +34,6 @@
* - Reveal.navigateRight();
* - Reveal.navigateUp();
* - Reveal.navigateDown();
- *
- *
- * version 0.1:
- * - First release
- *
- * version 0.2:
- * - Refactored code and added inline documentation
- * - Slides now have unique URL's
- * - A basic API to invoke navigation was added
- *
- * version 0.3:
- * - Added licensing terms
- * - Fixed broken links on touch devices
- *
- * version 1.0:
- * - Added controls
- * - Added initialization options
- * - Reveal views in fragments
- * - Revamped, darker, theme
- * - Tweaked markup styles (a, em, strong, b, i, blockquote, q, pre, ul, ol)
- * - Support for themes at initialization (default/linear/concave)
- * - Code highlighting via highlight.js
- *
- * version 1.1:
- * - Optional progress bar UI element
- * - Slide overview available via SPACE
- * - Added 'transition' option for specifying transition styles
- * - Added 'theme' option for specifying UI styles
- * - Slides that contain nested-slides are given the 'stack' class
- *
- * version 1.2:
- * - Big changes to DOM structure:
- * - Previous #main wrapper is now called #reveal
- * - Slides were moved one level deeper, into #reveal .slides
- * - Controls and progress bar were moved into #reveal
- * - All CSS is now much more explicit, rooted at #reveal, to prevent conflicts
- * - Config option for disabling updates to URL, defaults to true
- * - Fix 3D link hover for anchors containing images
- *
*
* @author Hakim El Hattab | http://hakim.se
* @version 1.2