document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. var json = remote.call("/someco/get-latest-doc?filterPathView=" + escape(filterPathView));
  2. if (json.status == 200)
  3. {
  4. obj = eval("(" + json + ")");
  5. model.result = obj;
  6. }
');