~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/branchmergeproposal.diff.js

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * The DiffOverlay object inherits from the lazr-js PerttyOverlay.
17
17
 *
18
18
 * By sub-classing the DiffOverlay gets its own CSS class that is applied to
19
 
 * the various HTML objects that are created.  This allows styling of the
 
19
 * the various HTML objeccts that are created.  This allows styling of the
20
20
 * overlay in a different way to any other PrettyOverlays.
21
21
 */
22
22
var DiffOverlay = function() {
83
83
            success: function(formatted_diff) {
84
84
                node.removeChild(spinner);
85
85
                var diff_overlay = new DiffOverlay({
86
 
                        headerContent: "<h2>Branch Diff</h2>",
87
86
                        bodyContent: Y.Node.create(formatted_diff),
88
87
                        align: {
89
88
                            node: node,