Home | History | Annotate | Download | only in parse-only

Lines Matching refs:currentValue

3665       var opt, currentValue, single = !Object.isArray(value);
3668 currentValue = this.optionValue(opt);
3670 if (currentValue == value) {
3675 else opt.selected = value.include(currentValue);