This commit is contained in:
vitalets
2013-03-06 20:57:43 +04:00
parent 2d0a819e73
commit d39f4d3b8a
2 changed files with 2 additions and 1 deletions

@ -5,6 +5,7 @@ X-editable changelog
Version 1.4.2 wip
----------------------------
[bug #99] select2 with Hierarchical Data (kev360)
[bug #81] wysihtml5: fix inserting image (vitalets)
[bug] remove $.browser from wysihtml5 input to support jQuery 1.9 (vitalets)
[bug #142] editable poshytip jquery 1.9+ compatibility (spiderpug)

@ -145,7 +145,7 @@
$.each(sourceData, function(i, o) {
if(o.children) {
result = result.concat(that.itemsByValue(value, o.children));
result = result.concat(that.itemsByValue(value, o.children, valueProp));
} else {
/*jslint eqeq: true*/
if(isValArray) {