~ahasenack/lazr-js/lazr-js-11.03-packaging

« back to all changes in this revision

Viewing changes to src-js/lazrjs/autocomplete/tests/autocomplete.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-11-30 19:17:15 UTC
  • mfrom: (152.2.20 activator-ie-fixes)
  • Revision ID: launchpad@pqm.canonical.com-20091130191715-4wyc2d7n8x96ee1d
[r=mars][ui=none][bug=484490] Fix problems with the Activator widget
        under IE 7 & 8.

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: '../../yui/current/build/',
 
4
    base: '../../yui/',
5
5
    filter: 'raw',
6
6
    combine: false
7
7
    }).use('lazr.autocomplete', 'lazr.testing.runner',