~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/branch.subscription.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-02-25 06:14:13 UTC
  • mfrom: (12435.2.14 lp-client-yui-module)
  • Revision ID: launchpad@pqm.canonical.com-20110225061413-ly79zwkk40kvk7jt
[r=flacoste][bug=724004][incr][no-qa] Make LP.client methods actually
        be a YUI module 'lp.client'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
    initializer: function () {
80
80
 
81
 
        this._lp_client = new LP.client.Launchpad();
 
81
        this._lp_client = new Y.lp.client.Launchpad();
82
82
        this._branch_repr = LP.cache.context;
83
83
        setUpNames(this._lp_client);
84
84
 
151
151
                        }
152
152
                    },
153
153
                    parameters: {
154
 
                        person: LP.client.get_absolute_uri(me),
 
154
                        person: Y.lp.client.get_absolute_uri(me),
155
155
                        notification_level: notification_level_update,
156
156
                        max_diff_lines: max_diff_lines_update,
157
157
                        code_review_level: review_level_update
215
215
    'event',
216
216
    'io',
217
217
    'lazr.formoverlay',
 
218
    'lp.client',
218
219
    'node'
219
220
    ]});