Update to latest Chosen
This commit is contained in:
parent
e9d4a2fbf1
commit
08ef56fef5
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue