removed no longer required helper method
authortkaczmarzyk <tomasz+github@kaczmarzyk.net>
Sat, 6 Apr 2013 16:00:32 +0000 (18:00 +0200)
committertkaczmarzyk <tomasz+github@kaczmarzyk.net>
Sat, 6 Apr 2013 16:00:32 +0000 (18:00 +0200)
js/reveal.js
js/reveal.min.js

index f7f752f51332cfc16703621ba06ec3e0df4e7926..9a26a2328ba0d82ea9b702f89a31f43b41a100f0 100644 (file)
@@ -645,13 +645,6 @@ var Reveal = (function(){
 
        }
 
-       /**
-        * Returns last element of an array
-        */
-       function lastElem(array) {
-               return array.slice(-1)[0];
-       }
-
        /**
         * Applies JavaScript-controlled layout rules to the
         * presentation.
index dd2129e2430caaf9e6c6c98f8a11bbd753b66480..52a7b69e0816d63761a76512c7c16c9a14fb2af3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * reveal.js 2.4.0 (2013-04-06, 13:16)
+ * reveal.js 2.4.0 (2013-04-06, 18:00)
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  *