1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Remove experimental code that accidentally got checked in.

This commit is contained in:
Justin DuJardin 2012-03-28 13:05:02 -07:00
parent 1fff4788eb
commit 09798e3b5f

View File

@ -610,7 +610,7 @@
var matches = attrs[i].replace(/\s/g,'')
.match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);
if(matches != null && matches.length >= 1)
return matches[1];
return matches[1];
}
return this.opts.element.width();
};
@ -825,14 +825,6 @@
this.search.val("");
};
SingleSelect2.prototype.alignDropdown = function () {
this.parent.alignDropdown.apply(this,arguments);
this.results.css({
'margin-top': this.search.height()
});
};
function MultiSelect2(opts) {
}