251. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/7/2018 11:36:06 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

251.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\test\spec_helpers layoutShell.js Mon Oct 22 23:25:20 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\test\spec_helpers layoutShell.js Fri Dec 7 13:17:46 2018 UTC

251.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 58
Changed 1 2
Inserted 0 0
Removed 0 0

251.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

251.4 Active regular expressions

No regular expressions were active.

251.5 Comparison detail

  1   define([
  2       'mario nette',
  3       'text! ../test/sp ec_helpers /layout.ht ml',
  4       'modul es/form/fo rm-view-mi xin',
  5       ],
  6       functi on(
  7           Ma rionette,
  8           te mplate,
  9           Mi xin){
  10           'u se strict' ;
  11  
  12           re turn Backb one.Marion ette.View. extend(Mix in.form({
  13                template : _.templa te(templat e),
  14                regions: {
  15                    head er: "#head er",
  16                    cont ent: '.con tent',
  17                    foot er: ".foot er",
  18                    menu : "#menu",
  19                    user Menu: "#us er-menu",
  20                      f DNS     tent: "#fo rm-content "
  21                },
  22                onRender : function (){
  23                    this .$el.remov e();
  24                    $('b ody').empt y();
  25                    $('b ody').appe nd(this.$e l);
  26                    this .initializ eFormValid ation({err orLabelCon tainer: '. error-list '});
  27                }
  28           }) );
  29       }
  30   );