~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/picker/picker.js

[r=sinzui][bug=803996] Ensure picker assign/remove links are shown
        correctly after a search when the picker is reopened.

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
    _clear: function() {
685
685
        this.set(CURRENT_SEARCH_STRING, '');
686
686
        this.set(ERROR, '');
687
 
        this.set(RESULTS, [{}]);
 
687
        this.set(RESULTS, []);
688
688
        this.set(BATCHES, null);
689
689
        this.set(BATCH_COUNT, null);
690
690
        this._search_input.set('value', '');