~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-09 11:39:49 UTC
  • mto: This revision was merged to the branch mainline in revision 13914.
  • Revision ID: graham@canonical.com-20110909113949-98eq704tqynvkcjk
Removed XXX.

Show diffs side-by-side

added added

removed removed

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