~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/overlay/overlay.js

  • Committer: Rick harding
  • Date: 2011-12-23 15:52:44 UTC
  • mto: This revision was merged to the branch mainline in revision 14647.
  • Revision ID: rick.harding@canonical.com-20111223155244-a5c9yic1rwq22uol
Update some tests to make sure we get the overlay built

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        PrettyOverlay.superclass.constructor.apply(this, arguments);
41
41
        Y.after(this._bindUIPrettyOverlay, this, BINDUI);
42
42
 
 
43
 
43
44
    };
44
45
 
45
46
    PrettyOverlay.NAME = 'pretty-overlay';