提交 f0466223 编写于 作者: G gusreiber

fixing merge goop

上级 f69080ea
......@@ -44,11 +44,8 @@ Behaviour.specify("SELECT.select", 'select', 1000, function(e) {
function hasChanged(selectEl, originalValue) {
// seems like a race condition allows this to fire before the 'selectEl' is defined. If that happens, exit..
<<<<<<< HEAD
if(!selectEl || !selectEl.options || !selectEl.options[0])
=======
if(!selectEl || !selectEl.options || !selectEl[0])
>>>>>>> 219481a2926a6a6e2d86753f250449ba73f198ba
return false;
var firstValue = selectEl.options[0].value;
var selectedValue = selectEl.value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册