310. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/4/2019 11:34:06 AM Eastern 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.

310.1 Files compared

# Location File Last Modified
1 MHPRO_v1.x.zip\mhpro-web-master@18b10e0e051.zip\app\common\lib resource_directory_util.js Wed Dec 20 15:17:09 2017 UTC
2 MHPRO_v1.x.zip\mhpro-web-master@18b10e0e051.zip\app\common\lib resource_directory_util.js Fri Feb 1 20:43:48 2019 UTC

310.2 Comparison summary

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

310.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

310.4 Active regular expressions

No regular expressions were active.

310.5 Comparison detail

  1   var App_Re sources =  {
  2     "Data":  {},
  3     "Model":  {},
  4     "Collect ion": {}
  5   };
  6  
  7   App_Resour ces.ready  = 0;
  8   //App_Reso urces.host name = "ht tps:// DNS . URL /";
  9   App_Resour ces.hostna meProvider  = "https: // DNS .vamisece. io/";
  10   App_Resour ces.hostna me = "http s:// DNS .vamisece. io/";
  11  
  12   App_Resour ces.Model. AppResourc e = Backbo ne.Model.e xtend({
  13     idAttrib ute: "titl e",
  14     defaults : {
  15       "title ": "",
  16       "href" : "",
  17       "type" : ""
  18     }
  19   });
  20  
  21   App_Resour ces.Model. AtomResour ce = Backb one.Model. extend({
  22     idAttrib ute: "titl e",
  23     defaults : {
  24       "rel":  "",
  25       "title ": "",
  26       "objec t-type": " ",
  27       "href" : "",
  28       "type" : ""
  29     }
  30   });
  31  
  32   App_Resour ces.Model. HateoasRes ource = Ba ckbone.Mod el.extend( {
  33     idAttrib ute: "rel" ,
  34     defaults : {
  35       "rel":  "",
  36       "href" : ""
  37     }
  38   });
  39  
  40   App_Resour ces.Collec tion.AppRe sources =  Backbone.C ollection. extend({
  41     url: 're source_dir ectory.jso n',
  42     model: A pp_Resourc es.Model.A ppResource ,
  43     parse: f unction (r esponse) {
  44       return  response. links;
  45     }
  46   });