~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Graham Binns
  • Date: 2011-09-07 15:59:13 UTC
  • mto: This revision was merged to the branch mainline in revision 13914.
  • Revision ID: graham@canonical.com-20110907155913-p97tx2e34ysbcgp3
Added an XXX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1146
1146
 * @method setup_load_comments
1147
1147
 */
1148
1148
namespace.setup_load_comments = function() {
 
1149
    // XXX: 2011-09-07 gmb bug=838825:
 
1150
    //      This code isn't covered by any tests (nor is
 
1151
    //      load_more_comments(), above) because testing it is blocked
 
1152
    //      on the YUI-with-Python-fixtures work from Gary and Deryck.
1149
1153
    var show_comments_link = Y.one('#show-comments-link');
1150
1154
    if (Y.Lang.isValue(show_comments_link)) {
1151
1155
        var current_offset = LP.cache.initial_comment_batch_offset;