~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Steve Kowalik
  • Date: 2011-11-17 23:52:26 UTC
  • mto: This revision was merged to the branch mainline in revision 14325.
  • Revision ID: stevenk@ubuntu.com-20111117235226-q6ej865qn3a6r379
Jump to Twisted 11.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
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,