Commit b8fd510d authored by miripiruni's avatar miripiruni

Shower::last: added ;

parent bcea7717
...@@ -498,7 +498,7 @@ window.shower = window.shower || (function(window, document, undefined) { ...@@ -498,7 +498,7 @@ window.shower = window.shower || (function(window, document, undefined) {
* @returns {Boolean} * @returns {Boolean}
*/ */
shower.last = function(callback) { shower.last = function(callback) {
shower.go(shower.slideList.length - 1) shower.go(shower.slideList.length - 1);
if (typeof(callback) === 'function') { if (typeof(callback) === 'function') {
callback(); callback();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment