JSDoc: domElem -> HTMLElement

This commit is contained in:
miripiruni 2013-01-20 03:40:59 +04:00
parent 850e2dd15b
commit 9e5035c5d4
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ window.shower = (function(window, document, undefined) {
/**
* Get value at named data store for the DOM element.
* @private
* @param {domElem} element
* @param {HTMLElement} element
* @param {String} name
* @returns {String}
*/
@ -103,7 +103,7 @@ window.shower = (function(window, document, undefined) {
/**
* Get slide id from HTML element.
* @private
* @param {domElem} el
* @param {HTMLElement} el
* @returns {String}
*/
shower._getSlideIdByEl = function(el) {
@ -124,7 +124,7 @@ window.shower = (function(window, document, undefined) {
* @TODO: add support for textareas/inputs/...
*
* @private
* @param {domElem} e
* @param {HTMLElement} e
* @returns {Boolean}
*/
shower._checkInteractiveElement = function(e) {