JSDoc: shower.enterListMode return Boolean

This commit is contained in:
miripiruni 2013-01-20 03:30:11 +04:00
parent 0dac96b4de
commit 75686e010b
1 changed files with 1 additions and 1 deletions

View File

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