removed no longer required helper method

This commit is contained in:
tkaczmarzyk
2013-04-06 18:00:32 +02:00
parent c12b780736
commit 6e3487bdd6
2 changed files with 1 additions and 8 deletions

View 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.