~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-07-11 10:11:14 UTC
  • mto: This revision was merged to the branch mainline in revision 13403.
  • Revision ID: william.grant@canonical.com-20110711101114-v7srlhlkjoeswaad
Drop lang dependency from longpoll.js; it is core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
    }
195
195
};
196
196
 
197
 
}, "0.1", {"requires":["base", "event", "lang", "json", "io"]});
 
197
}, "0.1", {"requires":["base", "event", "json", "io"]});