~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/tests/timeline.js

  • Committer: Brad Crittenden
  • Date: 2010-04-28 18:43:25 UTC
  • mto: This revision was merged to the branch mainline in revision 10830.
  • Revision ID: bac@canonical.com-20100428184325-jw3kcxao47a5v9o4
Move registry javascript

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
2
2
 
3
3
YUI({
4
 
    base: '../../../icing/yui/',
 
4
    base: '../../../../canonical/launchpad/icing/yui/',
5
5
    filter: 'raw',
6
6
    combine: false
7
7
    }).use('test', 'console', 'registry.timeline', function(Y) {