dom-deprecated-debug.js revision 04b64da9f66b8791f4519ebf215ca4ee5771dfe3
14315N/A * Finds the previous sibling of the element. 14315N/A * @deprecated Use elementByAxis 14315N/A * @param {HTMLElement} element The html element. * @param {Function} fn optional An optional boolean test to apply. * The optional function is passed the current DOM node being tested as its only argument. * If no function is given, the first sibling is returned. * @param {Boolean} all optional Whether all node types should be scanned, or just element nodes. * @return {HTMLElement | null} The matching DOM node or null if none found. * Finds the next sibling of the element. * @deprecated Use elementByAxis * @param {HTMLElement} element The html element. * @param {Function} fn optional An optional boolean test to apply. * The optional function is passed the current DOM node being tested as its only argument. * If no function is given, the first sibling is returned. * @param {Boolean} all optional Whether all node types should be scanned, or just element nodes. * @return {HTMLElement | null} The matching DOM node or null if none found. },
'@VERSION@' ,{
requires:[
'dom-base']});