(function(a){a.fn.breakWords=function(){this.each(function(){if(this.nodeType!==1){return}if(this.currentStyle&&typeof this.currentStyle.wordBreak==="string"){this.runtimeStyle.wordBreak="break-all"}else{if(document.createTreeWalker){var b=function(j){j=j.replace(/^\s\s*/,"");var c=/\s/,h=j.length;while(c.test(j.charAt(--h))){}return j.slice(0,h+1)};var d=document.createTreeWalker(this,NodeFilter.SHOW_TEXT,null,false);var f,e,g=String.fromCharCode("8203");while(d.nextNode()){f=d.currentNode;e=b(f.nodeValue).split("").join(g);f.nodeValue=e}}}});return this}})(jQuery);
