From df4757d0ea459557251f5ed1bbd837d2ec36b4bc Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Mon, 29 Sep 2014 15:51:53 -0600 Subject: [PATCH] removed proxy references. Not needed. --- test/SpecRunner.offlineAttachments.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/SpecRunner.offlineAttachments.html b/test/SpecRunner.offlineAttachments.html index a302919..c6ef26e 100644 --- a/test/SpecRunner.offlineAttachments.html +++ b/test/SpecRunner.offlineAttachments.html @@ -17,7 +17,6 @@ vendor: location.pathname.replace(/\/[^/]+$/, "") + "../../vendor" } } - window.proxyPath = "../lib/resource-proxy/proxy.php"; @@ -53,8 +52,6 @@ g_modules.Graphic = Graphic; g_offlineFeaturesManager = new O.esri.Edit.OfflineFeaturesManager(); g_editsStore = new O.esri.Edit.EditStore(); - - esriConfig.defaults.io.proxyUrl = window.proxyPath; g_offlineFeaturesManager.initAttachments(function(success) {