Commit 75686e01 authored by miripiruni's avatar miripiruni

JSDoc: shower.enterListMode return Boolean

parent 0dac96b4
...@@ -279,7 +279,7 @@ window.shower = (function(window, document, undefined) { ...@@ -279,7 +279,7 @@ window.shower = (function(window, document, undefined) {
/** /**
* Switch to list view. * Switch to list view.
* @param {Function} [callback] runs only if shower.enterListMode() complete successfully * @param {Function} [callback] runs only if shower.enterListMode() complete successfully
* @returns {Number} * @returns {Boolean}
*/ */
shower.enterListMode = function(callback) { shower.enterListMode = function(callback) {
var currentSlideNumber = shower.getCurrentSlideNumber(); var currentSlideNumber = shower.getCurrentSlideNumber();
......
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