equal
deleted
inserted
replaced
1886 var $this = $(this), |
1886 var $this = $(this), |
1887 val = $this.val(); |
1887 val = $this.val(); |
1888 if (val === lastval) { |
1888 if (val === lastval) { |
1889 return; |
1889 return; |
1890 } |
1890 } |
|
1891 lastval = val; |
1891 if (val.length < 2) { |
1892 if (val.length < 2) { |
1892 _renkan.project.get("nodes").each(function(n) { |
1893 _renkan.project.get("nodes").each(function(n) { |
1893 _this.getRepresentationByModel(n).unhighlight(); |
1894 _this.getRepresentationByModel(n).unhighlight(); |
1894 }); |
1895 }); |
1895 } else { |
1896 } else { |