~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 17:11:54 UTC
  • mfrom: (14565.3.17 inline_help_907443)
  • Revision ID: launchpad@pqm.canonical.com-20120106171154-fjgapb91cd49zzih
[r=deryck][bug=907443] Port the inlinehelp javascript from mochikit
        to YUI in lp.app.inlinehelp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    module.BugListingNavigator,
123
123
    Y.lp.app.listing_navigator.ListingNavigator, {
124
124
    _bindUI: function () {
125
 
        initInlineHelp();
 
125
        Y.lp.app.inlinehelp.init_help();
126
126
    },
127
127
 
128
128
    initializer: function(config) {
224
224
 
225
225
}, "0.1", {
226
226
    "requires": [
227
 
        "history", "node", 'lp.app.listing_navigator']
 
227
        "history", "node", 'lp.app.listing_navigator', 'lp.app.inlinehelp']
228
228
});