diff options
author | tkaczmarzyk <tomasz+github@kaczmarzyk.net> | 2013-04-06 18:00:32 +0200 |
---|---|---|
committer | tkaczmarzyk <tomasz+github@kaczmarzyk.net> | 2013-04-06 18:00:32 +0200 |
commit | 6e3487bdd616f4e07799e0a389d213a71dcc18b4 (patch) | |
tree | 843d565464a0571c4f9c363a1fd4a5e4da4f8d1b /js | |
parent | c12b780736e6388c460061f7d7f66fd1604f1208 (diff) | |
download | perl-software-in-gnu-guix-6e3487bdd616f4e07799e0a389d213a71dcc18b4.tar perl-software-in-gnu-guix-6e3487bdd616f4e07799e0a389d213a71dcc18b4.tar.gz |
removed no longer required helper method
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 7 | ||||
-rw-r--r-- | js/reveal.min.js | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/js/reveal.js b/js/reveal.js index f7f752f..9a26a23 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -646,13 +646,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 * |