~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Update comment in formoverlay widget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
     *
517
517
     * @method loadFormContentAndRender
518
518
     * @param url {String} The URL from where to load the form content.
519
 
     * @param io_provider {Object} An object providing an .io method.
520
 
     *      This is only used for tests where we can't make an actual
521
 
     *      XHR. If this parameter isn't specified Y.io will be used to
522
 
     *      do the request.
523
519
     */
524
520
    loadFormContentAndRender: function (url) {
525
521
        function on_success(id, response, overlay) {