~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=gmb][ui=none][no-qa] The async comment loading code no longer
        tries to call an invalid function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1139
1139
        }
1140
1140
    };
1141
1141
    if (!Y.Lang.isValue(io_provider)) {
1142
 
        io_provider = Y.io;
 
1142
        io_provider = Y.lp.client.get_configured_io_provider();
1143
1143
    }
1144
1144
    var request = io_provider.io(batched_comments_url, {on: handlers});
1145
1145
};