~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/tests/test_subscription.js

  • Committer: Deryck Hodge
  • Date: 2011-06-22 18:53:35 UTC
  • mto: This revision was merged to the branch mainline in revision 13308.
  • Revision ID: deryck.hodge@canonical.com-20110622185335-sw9bkmkq0j5wzsus
Remove XXX comments now that lazr-js is updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1878
1878
    setUp: function() {
1879
1879
        // Monkey patch effects duration to make effects instant.
1880
1880
        // This keeps wait times to a minimum.
1881
 
        // XXX: deryck Need to patch lazr-js to make this possible.
1882
1881
        this.original_defaults = Y.lazr.effects.slide_effect_defaults;
1883
1882
        Y.lazr.effects.slide_effect_defaults.duration = 0;
1884
1883
     },