JSDoc: domElem -> HTMLElement
This commit is contained in:
parent
850e2dd15b
commit
9e5035c5d4
|
@ -17,7 +17,7 @@ window.shower = (function(window, document, undefined) {
|
||||||
/**
|
/**
|
||||||
* Get value at named data store for the DOM element.
|
* Get value at named data store for the DOM element.
|
||||||
* @private
|
* @private
|
||||||
* @param {domElem} element
|
* @param {HTMLElement} element
|
||||||
* @param {String} name
|
* @param {String} name
|
||||||
* @returns {String}
|
* @returns {String}
|
||||||
*/
|
*/
|
||||||
|
@ -103,7 +103,7 @@ window.shower = (function(window, document, undefined) {
|
||||||
/**
|
/**
|
||||||
* Get slide id from HTML element.
|
* Get slide id from HTML element.
|
||||||
* @private
|
* @private
|
||||||
* @param {domElem} el
|
* @param {HTMLElement} el
|
||||||
* @returns {String}
|
* @returns {String}
|
||||||
*/
|
*/
|
||||||
shower._getSlideIdByEl = function(el) {
|
shower._getSlideIdByEl = function(el) {
|
||||||
|
@ -124,7 +124,7 @@ window.shower = (function(window, document, undefined) {
|
||||||
* @TODO: add support for textareas/inputs/...
|
* @TODO: add support for textareas/inputs/...
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {domElem} e
|
* @param {HTMLElement} e
|
||||||
* @returns {Boolean}
|
* @returns {Boolean}
|
||||||
*/
|
*/
|
||||||
shower._checkInteractiveElement = function(e) {
|
shower._checkInteractiveElement = function(e) {
|
||||||
|
|
Loading…
Reference in New Issue