/* ************************************************************************ qooxdoo - the new era of web development http://qooxdoo.org Copyright: 2004-2007 1&1 Internet AG, Germany, http://www.1and1.org License: LGPL: http://www.gnu.org/licenses/lgpl.html EPL: http://www.eclipse.org/org/documents/epl-v10.php See the LICENSE file in the project's top-level directory for details. Authors: * Sebastian Werner (wpbasti) * Andreas Ecker (ecker) ************************************************************************ */ /** * Crossbrowser operations on DOM Elements */ qx.OO.defineClass("qx.dom.Element"); /** * Removes whitespace-only text node children * * @param vElement {Element} DOM element */ qx.Class.cleanWhitespace = function(vElement) { for (var i=0; i