~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/bugtask_index.js

  • Committer: Gary Poster
  • Date: 2011-07-19 14:42:52 UTC
  • mto: This revision was merged to the branch mainline in revision 13470.
  • Revision ID: gary.poster@canonical.com-20110719144252-2g2uulusivm2zv40
lint and related cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
676
676
                        if (status !== rowdata.widget.get('value')) {
677
677
                            rowdata.widget.set('value', status);
678
678
                            rowdata.widget.fire('save');
679
 
                        };
 
679
                        }
680
680
                    }}});
681
 
            };
 
681
            }
682
682
        }
683
683
    );
684
 
}
 
684
};
685
685
 
686
686
/**
687
687
 * Set up a bug task table row.