From 97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 9 Feb 2015 16:38:24 +0200 Subject: rz_config: embed in index, remove as module Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work? --- src/client/rz_api_backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/rz_api_backend.js') diff --git a/src/client/rz_api_backend.js b/src/client/rz_api_backend.js index 740304e7..9f59b8a1 100644 --- a/src/client/rz_api_backend.js +++ b/src/client/rz_api_backend.js @@ -3,7 +3,7 @@ /** * API calls designed to execute against a local backend service */ -define([ 'rz_config' ], function(rz_config) { +define([], function() { function RZ_API_Backend() { -- cgit v1.3.1