From: tkaczmarzyk Date: Sat, 6 Apr 2013 16:00:32 +0000 (+0200) Subject: removed no longer required helper method X-Git-Tag: 2.4.0~46^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e3487bdd616f4e07799e0a389d213a71dcc18b4;p=reveal.js.git removed no longer required helper method --- diff --git a/js/reveal.js b/js/reveal.js index f7f752f..9a26a23 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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. diff --git a/js/reveal.min.js b/js/reveal.min.js index dd2129e..52a7b69 100644 --- a/js/reveal.min.js +++ b/js/reveal.min.js @@ -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 *