~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/object-timeline-graph.pt

  • 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:
47
47
          get_timeline_config.size = size;
48
48
      }
49
49
 
50
 
      LPS.use('lp.registry.timeline', 'node', 'lp.app.dragscroll', function(Y) {
 
50
      LPS.use('lp.registry.timeline', 'node', 'lp.app.dragscroll', 'lp.client',
 
51
        function(Y) {
51
52
          Y.on('domready', function(e) {
52
53
              if (Y.UA.ie) {
53
54
                  return;
123
124
                  }
124
125
              };
125
126
 
126
 
              var client = new LP.client.Launchpad();
 
127
              var client = new Y.lp.client.Launchpad();
127
128
              client.named_get(
128
129
                  LP.cache['context']['self_link'],
129
130
                  'get_timeline', get_timeline_config);