Searched refs:savedProperty (Results 1 – 1 of 1) sorted by relevance
446 function undoSetProperty(property, savedProperty) { argument447 this.style[property] = savedProperty ? this.getAttribute(savedProperty) : "";