Home | History | Annotate | Download | only in front_end

Lines Matching defs:currentStyle

644         var currentStyle = null;
647 currentStyle = {};
653 currentStyle[property] = buffer.style[property];
689 if (currentStyle) {
691 for (var key in currentStyle)
692 wrapper.style[key] = currentStyle[key];