Update to latest Chosen

gh-pages
Patrick Filler 2011-06-23 12:45:50 -04:00
parent e9d4a2fbf1
commit 08ef56fef5
1 changed files with 0 additions and 1 deletions

View File

@ -521,7 +521,6 @@ Chosen.prototype = {
var div = new Element('div', { 'style' : style_block }).update(input.value);
document.body.appendChild(div);
console.log( Element.measure(div, 'width') );
w = Element.measure(div, 'width') + 25;
div.remove();