# HG changeset patch # User Chris Cannam # Date 1474296758 -3600 # Node ID c250695a784f03c376da888515f27c9ed2c33a2e # Parent 65fa1b3726486e9b08dc77454e90c40f34b1c1f2 Tidy diff -r 65fa1b372648 -r c250695a784f VamPipePluginLibrary.cpp --- a/VamPipePluginLibrary.cpp Mon Sep 19 15:52:28 2016 +0100 +++ b/VamPipePluginLibrary.cpp Mon Sep 19 15:52:38 2016 +0100 @@ -132,7 +132,7 @@ switch (rr.type) { case RRType::List: - j = VampJson::fromVampResponse_List("", rr.listResponse); + j = VampJson::fromVampResponse_List(rr.listResponse); break; case RRType::Load: j = VampJson::fromVampResponse_Load(rr.loadResponse, m_mapper); diff -r 65fa1b372648 -r c250695a784f quick-test.html --- a/quick-test.html Mon Sep 19 15:52:28 2016 +0100 +++ b/quick-test.html Mon Sep 19 15:52:38 2016 +0100 @@ -9,7 +9,7 @@ td, th { padding: 0.5em } - + diff -r 65fa1b372648 -r c250695a784f quick-test.js --- a/quick-test.js Mon Sep 19 15:52:28 2016 +0100 +++ b/quick-test.js Mon Sep 19 15:52:38 2016 +0100 @@ -1,6 +1,6 @@ "use strict"; -var exampleModule = ExampleModule(); +var exampleModule = VampExamplePluginsModule(); // It is possible to declare both parameters and return values as // "string", in which case Emscripten will take care of