removed no longer required helper method
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user