Shower::last: added ;

This commit is contained in:
miripiruni 2013-05-03 21:20:28 +04:00
parent bcea77174a
commit b8fd510d46
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ window.shower = window.shower || (function(window, document, undefined) {
* @returns {Boolean}
*/
shower.last = function(callback) {
shower.go(shower.slideList.length - 1)
shower.go(shower.slideList.length - 1);
if (typeof(callback) === 'function') {
callback();