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. * 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) {