~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/tests/test_subscriber.html

  • 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:
16
16
    <link rel="stylesheet"
17
17
      href="../../../../canonical/launchpad/javascript/test.css" />
18
18
 
 
19
    <script type="text/javascript"
 
20
      src="../../../../canonical/launchpad/javascript/client/client.js"></script>
 
21
 
19
22
    <!-- The module under test -->
20
23
    <script type="text/javascript"
21
24
      src="../subscriber.js"></script>