diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:52:07 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 461cbc275b7a2eab43f1ded786914137c38feb33 (patch) | |
| tree | 2e5a2052528cbdc22fd3a311588bfec4b74ae672 /scripts | |
| parent | dafe436abcd1fe25b66fda4ecc256c1c639929b7 (diff) | |
rz_api_mesh.js: misc: clean requirejs headers - no dep change
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rz_api_mesh.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rz_api_mesh.js b/scripts/rz_api_mesh.js index 5ffe7b76..9014dbac 100644 --- a/scripts/rz_api_mesh.js +++ b/scripts/rz_api_mesh.js @@ -1,7 +1,8 @@ /** * API calls designed to execute in decentralized fashion */ -define(['rz_api_backend'], function(rz_api_backend) { +define(['rz_api_backend'], +function(rz_api_backend) { function RZ_API_Mesh() { /** |
