mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 17:05:06 +01:00
removed no longer required helper method
This commit is contained in:
parent
c12b780736
commit
6e3487bdd6
2 changed files with 1 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue