﻿<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl" xmlns:html="http://www.w3.org/1999/xhtml">

  <binding id="ellipsis" applyauthorstyles="false">
    <implementation>
      <constructor>
        <![CDATA[
			(function(block){
				setTimeout(function(){
					block.style.mozBinding = '';
  					var t = document.createElement('DIV');
					while (block.firstChild)
				  		t.appendChild(block.firstChild);
					block.appendChild(t);
					block.appendChild(document.createElement('DIV'));
					block.className = block.className + ' moz-ellipsis';
				}, 0);
			})(this);
		]]>
      </constructor>
    </implementation>
  </binding>

</bindings>
